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 recordRepresents a pointer to / an array ofVkImagePlaneMemoryRequirementsInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImagePlaneMemoryRequirementsInfoModifier and TypeMethodDescription@NotNull VkImagePlaneMemoryRequirementsInfoVkImagePlaneMemoryRequirementsInfo.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) voidVkImagePlaneMemoryRequirementsInfo.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)