diff options
| author | Dwayne Slater <ds84182@gmail.com> | 2016-03-02 22:16:38 -0500 |
|---|---|---|
| committer | Dwayne Slater <ds84182@gmail.com> | 2016-03-02 22:16:38 -0500 |
| commit | 6b775034dd8343c06369b64bf073d6a70f35f510 (patch) | |
| tree | f2a9099637bcb218ff0cc789f98151689f65c903 /src/video_core/shader/shader_interpreter.cpp | |
| parent | ea0ca1721521c2b20ac8cc9b1d8eab08f8ec23a9 (diff) | |
Add immediate mode vertex submission
Diffstat (limited to 'src/video_core/shader/shader_interpreter.cpp')
| -rw-r--r-- | src/video_core/shader/shader_interpreter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/shader/shader_interpreter.cpp b/src/video_core/shader/shader_interpreter.cpp index aeced71b0..79fcc56b9 100644 --- a/src/video_core/shader/shader_interpreter.cpp +++ b/src/video_core/shader/shader_interpreter.cpp @@ -7,6 +7,7 @@ #include <nihstro/shader_bytecode.h> #include "video_core/pica.h" +#include "video_core/pica_state.h" #include "video_core/shader/shader.h" #include "video_core/shader/shader_interpreter.h" |
