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