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