Loading...
Searching...
No Matches
TexturePortBackgroundRenderer.hpp
1#pragma once
2#include <Gfx/TexturePort.hpp>
3
4#include <score/graphics/BackgroundRenderer.hpp>
5
6namespace Gfx
7{
9{
10 SCORE_CONCRETE("ce4db759-3e9c-4ad4-bc09-16f77069129e")
11public:
13
14 bool matches(const Selection& sel, QObject* parent) const noexcept override;
15
16 score::BackgroundRenderer* make(const Selection& sel, QObject* parent) const override;
17};
18}
Definition TexturePortBackgroundRenderer.hpp:9
Definition Selection.hpp:12
Definition BackgroundRenderer.hpp:22
Definition BackgroundRenderer.hpp:13
Binds the rendering pipeline to ossia processes.
Definition CameraDevice.cpp:30
Definition ObjectMatches.hpp:6