13 lines
260 B
C
13 lines
260 B
C
#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
|