From e959a99d95f942ebe53829ff69c24d6a4578ddf6 Mon Sep 17 00:00:00 2001 From: thefiddler Date: Thu, 14 Aug 2014 08:11:11 +0200 Subject: [PATCH] [GL][ES] Implemented ARB_ES_3_1_compatibility MemoryBarrier and MemoryBarrierByRegion now use the same enum name. --- Source/Bind/Generator.Bind.csproj | 4 ++ .../GL2/ES/3.1/KHR_shader_image_load_store.xml | 8 ++-- .../GL2/GL/4.5/ARB_ES3_1_compatibility.xml | 46 ++++++++++++++++++++++ 3 files changed, 54 insertions(+), 4 deletions(-) create mode 100644 Source/Bind/Specifications/GL2/GL/4.5/ARB_ES3_1_compatibility.xml diff --git a/Source/Bind/Generator.Bind.csproj b/Source/Bind/Generator.Bind.csproj index aea7fdf..777138c 100644 --- a/Source/Bind/Generator.Bind.csproj +++ b/Source/Bind/Generator.Bind.csproj @@ -256,6 +256,10 @@ + + Code + + diff --git a/Source/Bind/Specifications/GL2/ES/3.1/KHR_shader_image_load_store.xml b/Source/Bind/Specifications/GL2/ES/3.1/KHR_shader_image_load_store.xml index 475ec74..e3fca8d 100644 --- a/Source/Bind/Specifications/GL2/ES/3.1/KHR_shader_image_load_store.xml +++ b/Source/Bind/Specifications/GL2/ES/3.1/KHR_shader_image_load_store.xml @@ -10,10 +10,10 @@ GetIndexedPName - MemoryBarrierMask + MemoryBarrierFlags - MemoryBarrierRegionMask + MemoryBarrierRegionFlags @@ -47,7 +47,7 @@ - + @@ -62,7 +62,7 @@ - + diff --git a/Source/Bind/Specifications/GL2/GL/4.5/ARB_ES3_1_compatibility.xml b/Source/Bind/Specifications/GL2/GL/4.5/ARB_ES3_1_compatibility.xml new file mode 100644 index 0000000..31337d7 --- /dev/null +++ b/Source/Bind/Specifications/GL2/GL/4.5/ARB_ES3_1_compatibility.xml @@ -0,0 +1,46 @@ + + + + + + TextureAccess + SizedInternalFormat + + + GetIndexedPName + + + MemoryBarrierMask + + + MemoryBarrierRegionMask + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.7.4