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 recordRepresents a pointer to / an array ofVkSparseImageOpaqueMemoryBindInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSparseImageOpaqueMemoryBindInfoModifier and TypeMethodDescription@NotNull VkSparseImageOpaqueMemoryBindInfoVkSparseImageOpaqueMemoryBindInfo.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 VkSparseImageOpaqueMemoryBindInfoVkBindSparseInfo.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) voidVkSparseImageOpaqueMemoryBindInfo.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)