score-plugin-gfx/Gfx/CommandFactory.hpp
1 #pragma once
2 #include <score/command/Command.hpp>
3 
4 namespace Gfx
5 {
6 inline 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