metal clear swapchain with blue
This commit is contained in:
12
engine/ml_video.h
Normal file
12
engine/ml_video.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef ML_VIDEO_H
|
||||
#define ML_VIDEO_H
|
||||
|
||||
#include "Metal/Metal.hpp"
|
||||
#include "QuartzCore/QuartzCore.hpp"
|
||||
|
||||
extern CA::MetalLayer *g_mlLayer;
|
||||
extern MTL::Device *g_mlDevice;
|
||||
extern MTL::CommandQueue *g_mlCommandQueue;
|
||||
extern NS::AutoreleasePool *g_mlPool;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user