Uses of Record Class
club.doki7.vulkan.datatype.VkBindImageMemoryInfo
Packages that use VkBindImageMemoryInfo
-
Uses of VkBindImageMemoryInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkBindImageMemoryInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkBindImageMemoryInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBindImageMemoryInfoModifier and TypeMethodDescriptionstatic VkBindImageMemoryInfo
@NotNull VkBindImageMemoryInfo
VkBindImageMemoryInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkBindImageMemoryInfo
VkBindImageMemoryInfo.clone
(Arena arena, VkBindImageMemoryInfo src) VkBindImageMemoryInfo.memory
(@Nullable VkDeviceMemory value) VkBindImageMemoryInfo.memoryOffset
(long value) VkBindImageMemoryInfo.pNext
(@NotNull MemorySegment value) VkBindImageMemoryInfo.sType
(int value) VkBindImageMemoryInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkBindImageMemoryInfoModifier and TypeMethodDescription@NotNull Iterator
<VkBindImageMemoryInfo> VkBindImageMemoryInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkBindImageMemoryInfoModifier and TypeMethodDescriptionstatic VkBindImageMemoryInfo
VkBindImageMemoryInfo.clone
(Arena arena, VkBindImageMemoryInfo src) void
VkBindImageMemoryInfo.Ptr.write
(long index, @NotNull VkBindImageMemoryInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkBindImageMemoryInfoModifier and TypeMethodDescriptionVkBindImageMemoryInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkBindImageMemoryInfo> consumer)