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 recordRepresents a pointer to / an array ofVkSparseImageFormatProperties2structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSparseImageFormatProperties2Modifier and TypeMethodDescription@NotNull VkSparseImageFormatProperties2VkSparseImageFormatProperties2.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkSparseImageFormatProperties2.clone(Arena arena, VkSparseImageFormatProperties2 src) VkSparseImageFormatProperties2.pNext(@NotNull MemorySegment value) 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) voidVkSparseImageFormatProperties2.Ptr.write(long index, @NotNull VkSparseImageFormatProperties2 value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSparseImageFormatProperties2Modifier and TypeMethodDescriptionVkSparseImageFormatProperties2.Ptr.at(long index, @NotNull Consumer<@NotNull VkSparseImageFormatProperties2> consumer)