From 7946c40edd84786f3734adfea7601e83a62f6687 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Mon, 29 Jun 2009 21:42:51 +0000 Subject: [PATCH] Added stubs for OpenGL ES 1.0, 1.1 and 2.0 profiles. --- .../Bind/Specifications/GLES10/functions.xml | 114 +++++++++++ .../Bind/Specifications/GLES11/functions.xml | 180 ++++++++++++++++++ .../Bind/Specifications/GLES20/functions.xml | 150 +++++++++++++++ 3 files changed, 444 insertions(+) create mode 100644 Source/Bind/Specifications/GLES10/functions.xml create mode 100644 Source/Bind/Specifications/GLES11/functions.xml create mode 100644 Source/Bind/Specifications/GLES20/functions.xml diff --git a/Source/Bind/Specifications/GLES10/functions.xml b/Source/Bind/Specifications/GLES10/functions.xml new file mode 100644 index 00000000..1251b964 --- /dev/null +++ b/Source/Bind/Specifications/GLES10/functions.xml @@ -0,0 +1,114 @@ + + + + + + + \ No newline at end of file diff --git a/Source/Bind/Specifications/GLES11/functions.xml b/Source/Bind/Specifications/GLES11/functions.xml new file mode 100644 index 00000000..0f4954a7 --- /dev/null +++ b/Source/Bind/Specifications/GLES11/functions.xml @@ -0,0 +1,180 @@ + + + + + + + \ No newline at end of file diff --git a/Source/Bind/Specifications/GLES20/functions.xml b/Source/Bind/Specifications/GLES20/functions.xml new file mode 100644 index 00000000..f3c7069a --- /dev/null +++ b/Source/Bind/Specifications/GLES20/functions.xml @@ -0,0 +1,150 @@ + + + + + + + \ No newline at end of file