[cogl/wip/gles2-context: 7/12] Add glLineWidth to vtable
- From: Tomeu Vizoso <tomeuv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/wip/gles2-context: 7/12] Add glLineWidth to vtable
- Date: Thu, 29 Dec 2011 09:55:20 +0000 (UTC)
commit 547b5289d20493bea43301e8d8e5f03344b88a79
Author: Tomeu Vizoso <tomeu vizoso collabora com>
Date: Thu Dec 15 22:11:39 2011 +0100
Add glLineWidth to vtable
cogl/cogl-ext-functions.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/cogl/cogl-ext-functions.h b/cogl/cogl-ext-functions.h
index 9f60bdd..f239c84 100644
--- a/cogl/cogl-ext-functions.h
+++ b/cogl/cogl-ext-functions.h
@@ -195,6 +195,8 @@ COGL_EXT_FUNCTION (void, glVertex3f,
(GLfloat x,
GLfloat y,
GLfloat z))
+COGL_EXT_FUNCTION (void, glLineWidth,
+ (GLfloat width))
COGL_EXT_END ()
/* These are the core GL functions which are available when the API
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]