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 TypeMethodDescriptionvoidVkInstanceCommands.getPhysicalDeviceSparseImageFormatProperties2(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSparseImageFormatInfo2 pFormatInfo, IntPtr pPropertyCount, @Nullable IVkSparseImageFormatProperties2 pProperties) voidVkInstanceCommands.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 recordRepresents a pointer to aVkSparseImageFormatProperties2structure in native memory.static final recordRepresents a pointer to / an array ofVkSparseImageFormatProperties2structure(s) in native memory.