score
Home
Classes
Namespaces
Files
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
}
Gfx
Binds the rendering pipeline to ossia processes.
Definition:
CameraDevice.cpp:28