Class VkExportMetalSharedEventInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkExportMetalSharedEventInfoEXT extends Struct<VkExportMetalSharedEventInfoEXT> implements NativeResource

 struct VkExportMetalSharedEventInfoEXT {
     VkStructureType sType;
     void const * pNext;
     VkSemaphore semaphore;
     VkEvent event;
     MTLSharedEvent_id mtlSharedEvent;
 }