4#ifndef QOPENGLVERTEXARRAYOBJECT_P_H
5#define QOPENGLVERTEXARRAYOBJECT_P_H
18#include <QtOpenGL/qtopenglglobal.h>
20#include <QtGui/qopengl.h>
21#include <QtCore/private/qglobal_p.h>
48 return GenVertexArrays && DeleteVertexArrays && BindVertexArray && IsVertexArray;
53 GenVertexArrays(n, arrays);
58 DeleteVertexArrays(n, arrays);
63 BindVertexArray(array);
68 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