summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGL/GL/gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibGL/GL/gl.h')
-rw-r--r--Userland/Libraries/LibGL/GL/gl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibGL/GL/gl.h b/Userland/Libraries/LibGL/GL/gl.h
index 5215b6ad71..8d199d9001 100644
--- a/Userland/Libraries/LibGL/GL/gl.h
+++ b/Userland/Libraries/LibGL/GL/gl.h
@@ -243,6 +243,7 @@ GLAPI void glClear(GLbitfield mask);
GLAPI void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
GLAPI void glClearDepth(GLdouble depth);
GLAPI void glColor3f(GLfloat r, GLfloat g, GLfloat b);
+GLAPI void glColor3fv(const GLfloat* v);
GLAPI void glColor4f(GLfloat r, GLfloat g, GLfloat b, GLfloat a);
GLAPI void glColor4fv(const GLfloat* v);
GLAPI void glColor4ub(GLubyte r, GLubyte g, GLubyte b, GLubyte a);