From f4b0e7238d7488a903c7bc0c49cd3e6176e78109 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Tue, 30 Jun 2009 08:20:32 +0000 Subject: [PATCH] Added GLES fixed-point types. --- Source/Bind/Specifications/csharp.tm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Source/Bind/Specifications/csharp.tm b/Source/Bind/Specifications/csharp.tm index 3708fc17..72543fb6 100644 --- a/Source/Bind/Specifications/csharp.tm +++ b/Source/Bind/Specifications/csharp.tm @@ -86,4 +86,8 @@ __GLXextFuncPtr IntPtr VLServer IntPtr VLPath IntPtr -VLNode IntPtr \ No newline at end of file +VLNode IntPtr + +# Gles types. +GLclampx, int +GLfixed, int \ No newline at end of file