mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 01:47:58 -05:00
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:
@ -8,6 +8,7 @@ namespace Pica {
|
||||
|
||||
namespace Shader {
|
||||
|
||||
struct ShaderSetup;
|
||||
struct UnitState;
|
||||
|
||||
template <bool Debug>
|
||||
|
Reference in New Issue
Block a user