7typedef struct __CVBuffer* CVPixelBufferRef;
13void* createMetalTextureCache(
void* mtlDevice);
14void releaseMetalTextureCache(
void* cache);
17struct MetalTextureFromPixelBuffer
30MetalTextureFromPixelBuffer createMetalTextureFromPixelBuffer(
31 void* cache, CVPixelBufferRef pixbuf,
unsigned planeIndex,
32 unsigned pixelFormat);
35void releaseMetalTextureRef(
void* cvMetalTexture);
38size_t getPixelBufferPlaneCount(CVPixelBufferRef pixbuf);
Graphics rendering pipeline for ossia score.
Definition Filter/PreviewWidget.hpp:12