Bbop-Library 0.4.1-alpha
Opengl library to build 2d apps and game that implement a light system named Lumop
 
Loading...
Searching...
No Matches
VAO Class Reference

#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
 

Constructor & Destructor Documentation

◆ VAO()

VAO::VAO ( )

Member Function Documentation

◆ Bind()

void VAO::Bind ( ) const

◆ Delete()

void VAO::Delete ( )

◆ LinkVBO()

void VAO::LinkVBO ( VBO & VBO,
GLuint layout,
GLuint vecN,
GLuint strideN,
GLuint jump )

◆ Unbind()

void VAO::Unbind ( ) const

Member Data Documentation

◆ ID

GLuint VAO::ID

The documentation for this class was generated from the following files: