Class VkImportMetalSharedEventInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkImportMetalSharedEventInfoEXT extends Struct<VkImportMetalSharedEventInfoEXT> implements NativeResource
struct VkImportMetalSharedEventInfoEXT {
    VkStructureType sType;
    void const * pNext;
    MTLSharedEvent_id mtlSharedEvent;
}