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 TypeMethodDescriptionvoidVkInstanceCommands.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 recordRepresents a pointer to aVkSparseImageFormatPropertiesstructure in native memory.static final recordRepresents a pointer to / an array ofVkSparseImageFormatPropertiesstructure(s) in native memory.