Uses of Record Class
club.doki7.vulkan.datatype.VkSparseMemoryBind
Packages that use VkSparseMemoryBind
-
Uses of VkSparseMemoryBind in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSparseMemoryBindModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkSparseMemoryBind
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSparseMemoryBindModifier and TypeMethodDescriptionstatic VkSparseMemoryBind
@NotNull VkSparseMemoryBind
VkSparseMemoryBind.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkSparseMemoryBind
VkSparseMemoryBind.clone
(Arena arena, VkSparseMemoryBind src) VkSparseMemoryBind.flags
(int value) VkSparseMemoryBind.memory
(@Nullable VkDeviceMemory value) VkSparseMemoryBind.memoryOffset
(long value) @Nullable VkSparseMemoryBind
VkSparseBufferMemoryBindInfo.pBinds()
@Nullable VkSparseMemoryBind
VkSparseImageOpaqueMemoryBindInfo.pBinds()
VkSparseMemoryBind.resourceOffset
(long value) VkSparseMemoryBind.size
(long value) VkSparseMemoryBind.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSparseMemoryBindModifier and TypeMethodDescription@NotNull Iterator
<VkSparseMemoryBind> VkSparseMemoryBind.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkSparseMemoryBindModifier and TypeMethodDescriptionstatic VkSparseMemoryBind
VkSparseMemoryBind.clone
(Arena arena, VkSparseMemoryBind src) void
VkSparseMemoryBind.Ptr.write
(long index, @NotNull VkSparseMemoryBind value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSparseMemoryBindModifier and TypeMethodDescriptionVkSparseMemoryBind.Ptr.at
(long index, @NotNull Consumer<@NotNull VkSparseMemoryBind> consumer)