aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/shader/shader.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-07-22 23:25:30 -0400
committerbunnei <bunneidev@gmail.com>2015-08-15 18:01:07 -0400
commit094ae6fadb57883e25d412443fcae987ddf240ef (patch)
tree8817c9b0672bd02be3fa32a02f3f126f0ecfb664 /src/video_core/shader/shader.h
parentd67e2f78b77c0739caa8c6a915685aa8961a519c (diff)
Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.
- Config: Add an option for selecting to use shader JIT or interpreter. - Qt: Add a menu option for enabling/disabling the shader JIT.
Diffstat (limited to 'src/video_core/shader/shader.h')
-rw-r--r--src/video_core/shader/shader.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video_core/shader/shader.h b/src/video_core/shader/shader.h
index 38c00768d..5825e9983 100644
--- a/src/video_core/shader/shader.h
+++ b/src/video_core/shader/shader.h
@@ -149,6 +149,9 @@ struct UnitState {
*/
void Setup(UnitState& state);
+/// Performs any cleanup when the emulator is shutdown
+void Shutdown();
+
/**
* Runs the currently setup shader
* @param state Shader unit state, must be setup per shader and per shader unit