Uses of Record Class
club.doki7.vulkan.datatype.VkSparseImageFormatProperties2
Packages that use VkSparseImageFormatProperties2
-
Uses of VkSparseImageFormatProperties2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSparseImageFormatProperties2Modifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkSparseImageFormatProperties2
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSparseImageFormatProperties2Modifier and TypeMethodDescription@NotNull VkSparseImageFormatProperties2
VkSparseImageFormatProperties2.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkSparseImageFormatProperties2.clone
(Arena arena, VkSparseImageFormatProperties2 src) VkSparseImageFormatProperties2.properties
(@NotNull VkSparseImageFormatProperties value) VkSparseImageFormatProperties2.properties
(Consumer<@NotNull VkSparseImageFormatProperties> consumer) VkSparseImageFormatProperties2.sType
(int value) VkSparseImageFormatProperties2.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSparseImageFormatProperties2Modifier and TypeMethodDescription@NotNull Iterator
<VkSparseImageFormatProperties2> VkSparseImageFormatProperties2.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkSparseImageFormatProperties2Modifier and TypeMethodDescriptionVkSparseImageFormatProperties2.clone
(Arena arena, VkSparseImageFormatProperties2 src) void
VkSparseImageFormatProperties2.Ptr.write
(long index, @NotNull VkSparseImageFormatProperties2 value)