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 recordRepresents a pointer to / an array ofVkSparseMemoryBindstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSparseMemoryBindModifier and TypeMethodDescriptionstatic VkSparseMemoryBind@NotNull VkSparseMemoryBindVkSparseMemoryBind.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkSparseMemoryBindVkSparseMemoryBind.clone(Arena arena, VkSparseMemoryBind src) VkSparseMemoryBind.flags(int value) VkSparseMemoryBind.memory(@Nullable VkDeviceMemory value) VkSparseMemoryBind.memoryOffset(long value) @Nullable VkSparseMemoryBindVkSparseBufferMemoryBindInfo.pBinds()@Nullable VkSparseMemoryBindVkSparseImageOpaqueMemoryBindInfo.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 VkSparseMemoryBindVkSparseMemoryBind.clone(Arena arena, VkSparseMemoryBind src) voidVkSparseMemoryBind.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)