From 16aee7e951a63492548380517eb550be93ce4369 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 11 Jun 2014 12:04:01 +0300 Subject: Add OpenGL glBindVertexBuffers. Add info about missing and found OpenGL functions. --- 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 690255541..3b481e586 100644 --- a/src/render/mgltypes.h +++ b/src/render/mgltypes.h @@ -137,6 +137,8 @@ typedef void (APIENTRY *glVertexAttribBinding_t) (GLuint attribindex, GLuint bindingindex); typedef void (APIENTRY *glVertexAttribFormat_t) (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); +typedef void (APIENTRY *glBindVertexBuffers_t) (GLuint first, GLsizei count, + const GLuint *buffers, const GLuint *offsets, const GLsizei *strides); // callback typedef void (APIENTRY *GLDEBUGPROC_t) (GLenum source, GLenum type, GLuint id, -- cgit v1.2.3-60-g2f50