mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
Implement zcomploc on OpenGL4.2+
This commit is contained in:
@ -12,7 +12,8 @@ void ClearEFBCache();
|
||||
enum GLSL_VERSION {
|
||||
GLSL_120,
|
||||
GLSL_130,
|
||||
GLSL_140, // and above
|
||||
GLSL_140,
|
||||
GLSL_150, // and above
|
||||
GLSLES3
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user