Basic metal backend
This commit is contained in:
@@ -26,6 +26,7 @@ Graphics::~Graphics()
|
||||
|
||||
void Graphics::init(GraphicsInitializer)
|
||||
{
|
||||
glfwInit();
|
||||
device = MTL::CreateSystemDefaultDevice();
|
||||
queue = new CommandQueue(this);
|
||||
ioQueue = new IOCommandQueue(this);
|
||||
|
||||
Reference in New Issue
Block a user