mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 15:35:34 +00:00
[GL][ES] Added tokens for backwards compatibility
The 4.5 spec moves BLEND_ADVANCED_COHERENT_KHR from KHR_blend_equation_advanced to KHR_blend_equation_advanced_coherent. Add a deprecated token to maintain binary compatibility.
This commit is contained in:
parent
b0192b7d15
commit
240a5a6e70
|
@ -4911,6 +4911,11 @@
|
|||
<enum name="AMD_vertex_shader_tesselator">
|
||||
<reuse enum="AMD_vertex_shader_tessellator" />
|
||||
</enum>
|
||||
|
||||
<!-- KHR_blend_equation_advanced -->
|
||||
<enum name="KHR_blend_equation_advanced">
|
||||
<use enum="KHR_blend_equation_advanced_coherent" token="BLEND_ADVANCED_COHERENT_KHR" obsolete="Use KHR_blend_equation_advanced_coherent instead"/>
|
||||
</enum>
|
||||
</add>
|
||||
|
||||
<!--- gles1 -->
|
||||
|
@ -6342,7 +6347,12 @@
|
|||
<token name="OutOfMemory" value="0X0505" />
|
||||
<token name="InvalidFramebufferOperation " value="0X0506" />
|
||||
</enum>
|
||||
|
||||
|
||||
<!-- KHR_blend_equation_advanced -->
|
||||
<enum name="KHR_blend_equation_advanced">
|
||||
<use enum="KHR_blend_equation_advanced_coherent" token="BLEND_ADVANCED_COHERENT_KHR" obsolete="Use KHR_blend_equation_advanced_coherent instead"/>
|
||||
</enum>
|
||||
|
||||
<!-- KHR_debug -->
|
||||
<!-- Note that KHR_debug is part of the gles registry,
|
||||
but is actually written against the desktop 4.2 spec.
|
||||
|
|
Loading…
Reference in a new issue