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:
parent
f887eccd74
commit
73e7bc2592
5 changed files with 57 additions and 22 deletions
|
@ -8,6 +8,7 @@ namespace Pica {
|
|||
|
||||
namespace Shader {
|
||||
|
||||
struct ShaderSetup;
|
||||
struct UnitState;
|
||||
|
||||
template <bool Debug>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue