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