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