summaryrefslogtreecommitdiff
path: root/src/render/mgltypes.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-06-14 16:18:42 +0300
committerAndrei Karas <akaras@inbox.ru>2014-06-14 16:18:42 +0300
commit75402569f455321e5fd078a57c35b2032a3bdbaf (patch)
treea3fb934b954c9c70ca8ca6155170596ba4458e9f /src/render/mgltypes.h
parent939e65b82212236cb9a9910786d5804589fac4dd (diff)
downloadplus-75402569f455321e5fd078a57c35b2032a3bdbaf.tar.gz
plus-75402569f455321e5fd078a57c35b2032a3bdbaf.tar.bz2
plus-75402569f455321e5fd078a57c35b2032a3bdbaf.tar.xz
plus-75402569f455321e5fd078a57c35b2032a3bdbaf.zip
Add OpenGL function glVertexAttribIPointer.
Diffstat (limited to 'src/render/mgltypes.h')
-rw-r--r--src/render/mgltypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/mgltypes.h b/src/render/mgltypes.h
index df9c16eee..9deefd41f 100644
--- a/src/render/mgltypes.h
+++ b/src/render/mgltypes.h
@@ -142,6 +142,8 @@ typedef void (APIENTRY *glBindVertexBuffers_t) (GLuint first, GLsizei count,
typedef GLboolean (APIENTRY *glIsBuffer_t) (GLuint buffer);
typedef void (APIENTRY *glVertexAttribIFormat_t) (GLuint attribindex,
GLint size, GLenum type, GLuint relativeoffset);
+typedef void (APIENTRY *glVertexAttribIPointer_t) (GLuint index, GLint size,
+ GLenum type, GLsizei stride, const GLvoid * pointer);
// callback
typedef void (APIENTRY *GLDEBUGPROC_t) (GLenum source, GLenum type, GLuint id,