Bläddra i källkod

glgsg: GLES 2 supports glBlendEquationSeparate

rdb 4 år sedan
förälder
incheckning
1f89a2d5f2
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      panda/src/glstuff/glGraphicsStateGuardian_src.cxx

+ 1 - 1
panda/src/glstuff/glGraphicsStateGuardian_src.cxx

@@ -2754,7 +2754,7 @@ reset() {
 
 
 #elif defined(OPENGLES)
 #elif defined(OPENGLES)
   // In OpenGL ES 2.x and above, this is supported in the core.
   // In OpenGL ES 2.x and above, this is supported in the core.
-  _supports_blend_equation_separate = false;
+  _supports_blend_equation_separate = true;
 
 
 #else
 #else
   if (is_at_least_gl_version(1, 2)) {
   if (is_at_least_gl_version(1, 2)) {