Class VkExportMetalCommandQueueInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkExportMetalCommandQueueInfoEXT extends Struct<VkExportMetalCommandQueueInfoEXT> implements NativeResource
struct VkExportMetalCommandQueueInfoEXT {
    VkStructureType sType;
    void const * pNext;
    VkQueue queue;
    MTLCommandQueue_id mtlCommandQueue;
}