Loading...
Searching...
No Matches
TestCard.hpp
1#pragma once
2#include <QImage>
3
4namespace Gfx
5{
6QImage renderTestCard(int w, int h);
7}
Binds the rendering pipeline to ossia processes.
Definition CameraDevice.cpp:30