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
EBO Class Reference

#include <EBO.h>

Public Member Functions

 EBO (GLuint *indices, GLsizeiptr size)
 
 EBO ()
 
void init (GLuint *indices, GLsizeiptr size)
 
void Bind () const
 
void Unbind ()
 
void Delete ()
 
void update (GLuint *indices, GLsizeiptr size)
 

Public Attributes

GLuint ID
 

Constructor & Destructor Documentation

◆ EBO() [1/2]

EBO::EBO ( GLuint * indices,
GLsizeiptr size )

◆ EBO() [2/2]

EBO::EBO ( )

Member Function Documentation

◆ Bind()

void EBO::Bind ( ) const

◆ Delete()

void EBO::Delete ( )

◆ init()

void EBO::init ( GLuint * indices,
GLsizeiptr size )

◆ Unbind()

void EBO::Unbind ( )

◆ update()

void EBO::update ( GLuint * indices,
GLsizeiptr size )

Member Data Documentation

◆ ID

GLuint EBO::ID

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