![]() |
Bbop-2D 0.4.1-alpha
Bbop-2D is a c++ library based on openGL to make 2D game. It implement sprite, shape, light and more.
|
#include <VAO.h>
Public Member Functions | |
| VAO () | |
| void | LinkVBO (VBO &VBO, GLuint layout, GLuint vecN, GLuint strideN, GLuint jump) |
| void | Bind () const |
| void | Unbind () const |
| void | Delete () |
Public Attributes | |
| GLuint | ID |
| VAO::VAO | ( | ) |
| void VAO::Bind | ( | ) | const |
| void VAO::Delete | ( | ) |
| void VAO::LinkVBO | ( | VBO & | VBO, |
| GLuint | layout, | ||
| GLuint | vecN, | ||
| GLuint | strideN, | ||
| GLuint | jump | ||
| ) |
| void VAO::Unbind | ( | ) | const |
| GLuint VAO::ID |