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 recordRepresents a pointer to / an array ofVkBindImagePlaneMemoryInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBindImagePlaneMemoryInfoModifier and TypeMethodDescriptionstatic VkBindImagePlaneMemoryInfo@NotNull VkBindImagePlaneMemoryInfoVkBindImagePlaneMemoryInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkBindImagePlaneMemoryInfoVkBindImagePlaneMemoryInfo.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 VkBindImagePlaneMemoryInfoVkBindImagePlaneMemoryInfo.clone(Arena arena, VkBindImagePlaneMemoryInfo src) voidVkBindImagePlaneMemoryInfo.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)