Uses of Record Class
club.doki7.vulkan.datatype.VkSparseImageMemoryBind
Packages that use VkSparseImageMemoryBind
-
Uses of VkSparseImageMemoryBind in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSparseImageMemoryBindModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkSparseImageMemoryBind
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSparseImageMemoryBindModifier and TypeMethodDescriptionstatic VkSparseImageMemoryBind
@NotNull VkSparseImageMemoryBind
VkSparseImageMemoryBind.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkSparseImageMemoryBind
VkSparseImageMemoryBind.clone
(Arena arena, VkSparseImageMemoryBind src) VkSparseImageMemoryBind.extent
(@NotNull VkExtent3D value) VkSparseImageMemoryBind.extent
(Consumer<@NotNull VkExtent3D> consumer) VkSparseImageMemoryBind.flags
(int value) VkSparseImageMemoryBind.memory
(@Nullable VkDeviceMemory value) VkSparseImageMemoryBind.memoryOffset
(long value) VkSparseImageMemoryBind.offset
(@NotNull VkOffset3D value) VkSparseImageMemoryBind.offset
(Consumer<@NotNull VkOffset3D> consumer) @Nullable VkSparseImageMemoryBind
VkSparseImageMemoryBindInfo.pBinds()
VkSparseImageMemoryBind.subresource
(@NotNull VkImageSubresource value) VkSparseImageMemoryBind.subresource
(Consumer<@NotNull VkImageSubresource> consumer) VkSparseImageMemoryBind.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSparseImageMemoryBindModifier and TypeMethodDescription@NotNull Iterator
<VkSparseImageMemoryBind> VkSparseImageMemoryBind.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkSparseImageMemoryBindModifier and TypeMethodDescriptionstatic VkSparseImageMemoryBind
VkSparseImageMemoryBind.clone
(Arena arena, VkSparseImageMemoryBind src) void
VkSparseImageMemoryBind.Ptr.write
(long index, @NotNull VkSparseImageMemoryBind value)