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