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