File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -144,19 +144,9 @@ class OpenGLRenderer extends DisplayObjectRenderer
144144
145145 if (__complexBlendsSupported == null )
146146 {
147- #if desktop
148147 var extensions = gl .getSupportedExtensions ();
149148 __complexBlendsSupported = extensions .contains (" KHR_blend_equation_advanced" );
150149 __coherentBlendsSupported = extensions .contains (" KHR_blend_equation_advanced_coherent" );
151-
152- // Uncomment these lines to disable coherent blending for testing (it's enabled by default if supported)
153- // __coherentBlendsSupported = false;
154- // gl.disable(0x9285);
155- #else
156- // TODO: actually make this work on android
157- __complexBlendsSupported = false ;
158- __coherentBlendsSupported = false ;
159- #end
160150 }
161151
162152 #if (js && html5)
You can’t perform that action at this time.
0 commit comments