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 recordRepresents a pointer to / an array ofVkSparseImageMemoryBindstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSparseImageMemoryBindModifier and TypeMethodDescriptionstatic VkSparseImageMemoryBind@NotNull VkSparseImageMemoryBindVkSparseImageMemoryBind.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkSparseImageMemoryBindVkSparseImageMemoryBind.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 VkSparseImageMemoryBindVkSparseImageMemoryBindInfo.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 VkSparseImageMemoryBindVkSparseImageMemoryBind.clone(Arena arena, VkSparseImageMemoryBind src) voidVkSparseImageMemoryBind.Ptr.write(long index, @NotNull VkSparseImageMemoryBind value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSparseImageMemoryBindModifier and TypeMethodDescriptionVkSparseImageMemoryBind.Ptr.at(long index, @NotNull Consumer<@NotNull VkSparseImageMemoryBind> consumer)