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
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: