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 recordRepresents a pointer to / an array ofVkSparseImageMemoryBindInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSparseImageMemoryBindInfoModifier and TypeMethodDescriptionstatic VkSparseImageMemoryBindInfo@NotNull VkSparseImageMemoryBindInfoVkSparseImageMemoryBindInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkSparseImageMemoryBindInfo.bindCount(int value) static VkSparseImageMemoryBindInfoVkSparseImageMemoryBindInfo.clone(Arena arena, VkSparseImageMemoryBindInfo src) VkSparseImageMemoryBindInfo.pBinds(@Nullable IVkSparseImageMemoryBind value) @Nullable VkSparseImageMemoryBindInfoVkBindSparseInfo.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 VkSparseImageMemoryBindInfoVkSparseImageMemoryBindInfo.clone(Arena arena, VkSparseImageMemoryBindInfo src) voidVkSparseImageMemoryBindInfo.Ptr.write(long index, @NotNull VkSparseImageMemoryBindInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSparseImageMemoryBindInfoModifier and TypeMethodDescriptionVkSparseImageMemoryBindInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkSparseImageMemoryBindInfo> consumer)