mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
PostProcessing: Invalidate shader when anaglyph stereoscopy is toggled.
This commit is contained in:
@ -28,6 +28,7 @@ public:
|
||||
|
||||
private:
|
||||
bool m_initialized;
|
||||
bool m_anaglyph;
|
||||
SHADER m_shader;
|
||||
GLuint m_uniform_resolution;
|
||||
GLuint m_uniform_src_rect;
|
||||
|
Reference in New Issue
Block a user