From 240a5a6e70d9bbe564a9fd6e4f1743b62f8c8e54 Mon Sep 17 00:00:00 2001 From: thefiddler Date: Tue, 12 Aug 2014 00:08:15 +0200 Subject: [PATCH] [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. --- Source/Bind/Specifications/GL2/overrides.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Source/Bind/Specifications/GL2/overrides.xml b/Source/Bind/Specifications/GL2/overrides.xml index f0e1ad01..89b42081 100644 --- a/Source/Bind/Specifications/GL2/overrides.xml +++ b/Source/Bind/Specifications/GL2/overrides.xml @@ -4911,6 +4911,11 @@ + + + + + @@ -6342,7 +6347,12 @@ - + + + + + +