From d83cfbeab41795b80444b960b0b604f430d56337 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 14 Jun 2014 13:12:37 +0300 Subject: Switch modernopengl from float into int buffers. --- 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 f4d23990f..df9c16eee 100644 --- a/src/render/mgltypes.h +++ b/src/render/mgltypes.h @@ -140,6 +140,8 @@ typedef void (APIENTRY *glVertexAttribFormat_t) (GLuint attribindex, typedef void (APIENTRY *glBindVertexBuffers_t) (GLuint first, GLsizei count, const GLuint *buffers, const GLuint *offsets, const GLsizei *strides); typedef GLboolean (APIENTRY *glIsBuffer_t) (GLuint buffer); +typedef void (APIENTRY *glVertexAttribIFormat_t) (GLuint attribindex, + GLint size, GLenum type, GLuint relativeoffset); // callback typedef void (APIENTRY *GLDEBUGPROC_t) (GLenum source, GLenum type, GLuint id, -- cgit v1.2.3-60-g2f50