SyphonHelpers.hpp
1 #pragma once
2 #include <QObject>
3 #include <QOpenGLContext>
4 
5 #include <AppKit/AppKit.h>
6 class QRhi;
7 namespace Gfx
8 {
9 CGLContextObj nativeContext(QRhi& rhi);
10 }
Binds the rendering pipeline to ossia processes.
Definition: CameraDevice.cpp:28