VideoCore/Shader: Split shader uniform state and shader engine

Currently there's only a single dummy implementation, which will be
split in a following commit.
This commit is contained in:
Yuri Kunde Schlesner 2016-12-16 23:21:26 -08:00
parent f887eccd74
commit 73e7bc2592
5 changed files with 57 additions and 22 deletions

View file

@ -8,6 +8,7 @@ namespace Pica {
namespace Shader {
struct ShaderSetup;
struct UnitState;
template <bool Debug>