Uses of Record Class
club.doki7.vulkan.datatype.VkSparseImageMemoryBindInfo
Packages that use VkSparseImageMemoryBindInfo
-
Uses of VkSparseImageMemoryBindInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSparseImageMemoryBindInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkSparseImageMemoryBindInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSparseImageMemoryBindInfoModifier and TypeMethodDescriptionstatic VkSparseImageMemoryBindInfo
@NotNull VkSparseImageMemoryBindInfo
VkSparseImageMemoryBindInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkSparseImageMemoryBindInfo.bindCount
(int value) static VkSparseImageMemoryBindInfo
VkSparseImageMemoryBindInfo.clone
(Arena arena, VkSparseImageMemoryBindInfo src) VkSparseImageMemoryBindInfo.pBinds
(@Nullable IVkSparseImageMemoryBind value) @Nullable VkSparseImageMemoryBindInfo
VkBindSparseInfo.pImageBinds()
VkSparseImageMemoryBindInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSparseImageMemoryBindInfoModifier and TypeMethodDescription@NotNull Iterator
<VkSparseImageMemoryBindInfo> VkSparseImageMemoryBindInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkSparseImageMemoryBindInfoModifier and TypeMethodDescriptionstatic VkSparseImageMemoryBindInfo
VkSparseImageMemoryBindInfo.clone
(Arena arena, VkSparseImageMemoryBindInfo src) void
VkSparseImageMemoryBindInfo.Ptr.write
(long index, @NotNull VkSparseImageMemoryBindInfo value)