Uses of Interface
club.doki7.vulkan.datatype.IVkFramebufferMixedSamplesCombinationNV
Packages that use IVkFramebufferMixedSamplesCombinationNV
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkFramebufferMixedSamplesCombinationNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkFramebufferMixedSamplesCombinationNVModifier and TypeMethodDescriptionint
VkInstanceCommands.getPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV
(VkPhysicalDevice physicalDevice, IntPtr pCombinationCount, @Nullable IVkFramebufferMixedSamplesCombinationNV pCombinations) -
Uses of IVkFramebufferMixedSamplesCombinationNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkFramebufferMixedSamplesCombinationNVModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkFramebufferMixedSamplesCombinationNV
structure in native memory.static final record
Represents a pointer to / an array ofVkFramebufferMixedSamplesCombinationNV
structure(s) in native memory.