Loading...
Searching...
No Matches
GfxNode.hpp
1#pragma once
2#if SCORE_PLUGIN_GFX
3
4#include <Crousti/GpuUtils.hpp>
5#include <Crousti/Metadatas.hpp>
6#include <Gfx/Graph/Node.hpp>
7#include <Gfx/Graph/NodeRenderer.hpp>
8#include <Gfx/Graph/RenderList.hpp>
9#include <Gfx/Graph/RenderState.hpp>
10#include <Gfx/Graph/Uniforms.hpp>
11
12#include <avnd/binding/ossia/port_run_preprocess.hpp>
13#include <avnd/common/for_nth.hpp>
14
15namespace oscr
16{
17template <typename Info>
18class ProcessModel;
19template <typename Node_T>
20struct GfxNode;
21template <typename Node_T>
22struct GfxRenderer;
23}
24#endif
Definition Factories.hpp:19