From 39c2230bfa1e4872518cfcc55f9604b082ed7965 Mon Sep 17 00:00:00 2001 From: "Stefanos A." Date: Tue, 22 Oct 2013 11:39:20 +0200 Subject: [PATCH] Re-added BeginMode and PixelFormat enums which were removed by the OpenGL spec. Added strong types for sync and fence objects (4.4 core specification, section 4.1). --- .../Bind/Specifications/GL2/gloverrides.xml | 79 +++++++++++++++++++ 1 file changed, 79 insertions(+) diff --git a/Source/Bind/Specifications/GL2/gloverrides.xml b/Source/Bind/Specifications/GL2/gloverrides.xml index d3732a6a..f9985479 100644 --- a/Source/Bind/Specifications/GL2/gloverrides.xml +++ b/Source/Bind/Specifications/GL2/gloverrides.xml @@ -1183,6 +1183,35 @@ VertexAttribParameterArb + + + + + + + SyncCondition + + + + + WaitSyncStatus + + WaitSyncFlags + + + + + WaitSyncStatus + + WaitSyncFlags + + + + + + SyncParameter + + @@ -1400,6 +1429,16 @@ + + + + + + + + + + @@ -2208,6 +2247,27 @@ + + + + + + + + + + + + + + + + + + + + + @@ -2602,6 +2662,25 @@ + + + + + + + + + + + + + + + + + + +