mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Add support for GL_ARB_shading_language_420pack so we don't have to binding sampler locations. Also add support for GL_ARB_separate_shader_objects which doesn't currently work for some reason....investigating.
This commit is contained in:
parent
f77d54ff52
commit
1201988fe4
7 changed files with 252 additions and 91 deletions
|
@ -88,6 +88,8 @@ public:
|
|||
|
||||
static GLuint GetDepthMatrixProgram();
|
||||
|
||||
static bool SupportsBinding();
|
||||
|
||||
static void SetCurrentShader(GLuint Shader);
|
||||
|
||||
static void DisableShader();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue