[cogl/wip/cogl-sharp: 36/51] cogl-sharp: Expose RendererConstraint



commit 582fe47c652b3ad75716b2d8bfc4f83ac4d89dd5
Author: Damien Lespiau <damien lespiau intel com>
Date:   Sat Nov 3 23:58:39 2012 +0000

    cogl-sharp: Expose RendererConstraint

 cogl-sharp/Makefile.am           |    1 +
 cogl-sharp/RendererConstraint.cs |   14 ++++++++++++++
 cogl-sharp/parse-gir.py          |    1 +
 3 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/cogl-sharp/Makefile.am b/cogl-sharp/Makefile.am
index 091a32e..dac11a9 100644
--- a/cogl-sharp/Makefile.am
+++ b/cogl-sharp/Makefile.am
@@ -30,6 +30,7 @@ sources =			\
 	PipelineWrapMode.cs	\
 	PixelFormat.cs		\
 	Quaternion.cs		\
+	RendererConstraint.cs	\
 	Texture.cs		\
 	_Texture.cs		\
 	TextureFlags.cs		\
diff --git a/cogl-sharp/RendererConstraint.cs b/cogl-sharp/RendererConstraint.cs
new file mode 100644
index 0000000..3192a2d
--- /dev/null
+++ b/cogl-sharp/RendererConstraint.cs
@@ -0,0 +1,14 @@
+/* This file has been generated by parse-gir.py, do not hand edit */
+using System;
+
+namespace Cogl
+{
+    [Flags]
+    public enum RendererConstraint
+    {
+        UsesX11 = 1,
+        UsesXlib = 2,
+        UsesEgl = 4,
+        SupportsCoglGles2 = 8
+    }
+}
diff --git a/cogl-sharp/parse-gir.py b/cogl-sharp/parse-gir.py
index 0f28309..5d7b969 100755
--- a/cogl-sharp/parse-gir.py
+++ b/cogl-sharp/parse-gir.py
@@ -15,6 +15,7 @@ enum_types = (
     "PipelineFilter",
     "PipelineWrapMode",
     "PixelFormat",
+    "RendererConstraint",
     "TextureFlags",
     "VerticesMode",
     "Winding"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]