Uses of Interface
club.doki7.vulkan.datatype.IVkSparseImageFormatProperties2
Packages that use IVkSparseImageFormatProperties2
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkSparseImageFormatProperties2 in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkSparseImageFormatProperties2Modifier and TypeMethodDescriptionvoid
VkInstanceCommands.getPhysicalDeviceSparseImageFormatProperties2
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSparseImageFormatInfo2 pFormatInfo, IntPtr pPropertyCount, @Nullable IVkSparseImageFormatProperties2 pProperties) void
VkInstanceCommands.getPhysicalDeviceSparseImageFormatProperties2KHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSparseImageFormatInfo2 pFormatInfo, IntPtr pPropertyCount, @Nullable IVkSparseImageFormatProperties2 pProperties) -
Uses of IVkSparseImageFormatProperties2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkSparseImageFormatProperties2Modifier and TypeClassDescriptionfinal record
Represents a pointer to aVkSparseImageFormatProperties2
structure in native memory.static final record
Represents a pointer to / an array ofVkSparseImageFormatProperties2
structure(s) in native memory.