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