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.
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
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: