5#ifndef QOPENGLVERTEXARRAYOBJECT_P_H
6#define QOPENGLVERTEXARRAYOBJECT_P_H
19#include <QtOpenGL/qtopenglglobal.h>
21#include <QtGui/qopengl.h>
22#include <QtCore/private/qglobal_p.h>
49 return GenVertexArrays && DeleteVertexArrays && BindVertexArray && IsVertexArray;
54 GenVertexArrays(n, arrays);
59 DeleteVertexArrays(n, arrays);
64 BindVertexArray(array);
69 return IsVertexArray(array);
qt_BindVertexArray_t BindVertexArray
void glBindVertexArray(GLuint array) const
qt_DeleteVertexArrays_t DeleteVertexArrays
qt_IsVertexArray_t IsVertexArray
typedef void(QOPENGLF_APIENTRYP qt_GenVertexArrays_t)(GLsizei n
typedef GLboolean(QOPENGLF_APIENTRYP qt_IsVertexArray_t)(GLuint array)
qt_GenVertexArrays_t GenVertexArrays
void glGenVertexArrays(GLsizei n, GLuint *arrays) const
void glDeleteVertexArrays(GLsizei n, const GLuint *arrays) const
GLboolean glIsVertexArray(GLuint array) const