Loading...
Searching...
No Matches
score-plugin-gfx/Gfx/CommandFactory.hpp
1#pragma once
2#include <score/command/Command.hpp>
3
4namespace Gfx
5{
6inline const CommandGroupKey& CommandFactoryName()
7{
8 static const CommandGroupKey key{"gfx"};
9 return key;
10}
11}
Binds the rendering pipeline to ossia processes.
Definition CameraDevice.cpp:28