GL_KHR_blend_equation_advanced_coherent#
Supported Hardware#
Series6, Series6XE, Series6XT
Valid APIs#
OpenGL ES 2.0, 3.x
Description#
This extension is actually part of GL_KHR_blend_equation_advanced, and is an additional guarantee that blending is done coherently and in API primitive order. An enable is provided to opt out of this behaviour, as if this guarantee was not supported.
Registry Link#
http://www.khronos.org/registry/gles/extensions/KHR/KHR_blend_equation_advanced.txt
Example#
// Turn off coherent blending.
glDisable(GL_BLEND_ADVANCED_COHERENT_KHR);