43#ifndef GLS_INDEX_ARRAY_H
44#define GLS_INDEX_ARRAY_H
86 void SetIndex(
const unsigned int index,
const unsigned short value );
Definition: gls_index_array.h:54
void Bind(IGlsStateManager *stateManager)
void SetSize(const unsigned int size)
unsigned short * _indexData
Definition: gls_index_array.h:101
unsigned int _size
Definition: gls_index_array.h:103
void SetIndices(const unsigned short indexData[])
unsigned int _vboHandle
Definition: gls_index_array.h:102
unsigned int GetSize() const
Definition: gls_index_array.h:70
void AllocateBuffer(const unsigned int size)
void SetIndex(const unsigned int index, const unsigned short value)
void Bake(IGlsStateManager *stateManager)
Definition: gls_state_manager_interface.h:69
Definition: non_copyable.h:47
A file for all GL Studio files to include.
The disti::GlsStateManager factory class. Creates an instance of a state manager that manages the GL ...
Force inclusion of the DirectShow library.
Definition: bmpimage.h:47
A base class for objects that are not copyable via the standard C++ copy constructor.