From 75402569f455321e5fd078a57c35b2032a3bdbaf Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 14 Jun 2014 16:18:42 +0300 Subject: Add OpenGL function glVertexAttribIPointer. --- src/render/mgltypes.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/render/mgltypes.h') 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, -- cgit v1.2.3-60-g2f50