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