Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceSparseImageFormatInfo2
Packages that use VkPhysicalDeviceSparseImageFormatInfo2
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkPhysicalDeviceSparseImageFormatInfo2 in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPhysicalDeviceSparseImageFormatInfo2Modifier 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 VkPhysicalDeviceSparseImageFormatInfo2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceSparseImageFormatInfo2Modifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceSparseImageFormatInfo2
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceSparseImageFormatInfo2Modifier and TypeMethodDescriptionVkPhysicalDeviceSparseImageFormatInfo2.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceSparseImageFormatInfo2.clone
(Arena arena, VkPhysicalDeviceSparseImageFormatInfo2 src) VkPhysicalDeviceSparseImageFormatInfo2.format
(int value) VkPhysicalDeviceSparseImageFormatInfo2.samples
(int value) VkPhysicalDeviceSparseImageFormatInfo2.sType
(int value) VkPhysicalDeviceSparseImageFormatInfo2.tiling
(int value) VkPhysicalDeviceSparseImageFormatInfo2.Ptr.toArray()
VkPhysicalDeviceSparseImageFormatInfo2.type
(int value) VkPhysicalDeviceSparseImageFormatInfo2.usage
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceSparseImageFormatInfo2Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceSparseImageFormatInfo2Modifier and TypeMethodDescriptionVkPhysicalDeviceSparseImageFormatInfo2.clone
(Arena arena, VkPhysicalDeviceSparseImageFormatInfo2 src) void
VkPhysicalDeviceSparseImageFormatInfo2.Ptr.write
(long index, @NotNull VkPhysicalDeviceSparseImageFormatInfo2 value)