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 TypeMethodDescriptionvoidVkInstanceCommands.getPhysicalDeviceSparseImageFormatProperties2(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSparseImageFormatInfo2 pFormatInfo, IntPtr pPropertyCount, @Nullable IVkSparseImageFormatProperties2 pProperties) voidVkInstanceCommands.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 recordRepresents a pointer to / an array ofVkPhysicalDeviceSparseImageFormatInfo2structure(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.pNext(@NotNull MemorySegment 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) voidVkPhysicalDeviceSparseImageFormatInfo2.Ptr.write(long index, @NotNull VkPhysicalDeviceSparseImageFormatInfo2 value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceSparseImageFormatInfo2Modifier and TypeMethodDescriptionVkPhysicalDeviceSparseImageFormatInfo2.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceSparseImageFormatInfo2> consumer)