Uses of Interface
club.doki7.vulkan.datatype.IVkSparseImageFormatProperties
Packages that use IVkSparseImageFormatProperties
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkSparseImageFormatProperties in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkSparseImageFormatPropertiesModifier and TypeMethodDescriptionvoid
VkInstanceCommands.getPhysicalDeviceSparseImageFormatProperties
(VkPhysicalDevice physicalDevice, int format, int type, int samples, int usage, int tiling, IntPtr pPropertyCount, @Nullable IVkSparseImageFormatProperties pProperties) -
Uses of IVkSparseImageFormatProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkSparseImageFormatPropertiesModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkSparseImageFormatProperties
structure in native memory.static final record
Represents a pointer to / an array ofVkSparseImageFormatProperties
structure(s) in native memory.