> All members, including inherited
◆ drawElements()
void gl::Vao::drawElements |
( |
GLenum | type = GL_TRIANGLES | ) |
|
◆ indices() [1/2]
void gl::Vao::indices |
( |
AArrayView< uint16_t > | data | ) |
|
◆ indices() [2/2]
void gl::Vao::indices |
( |
AArrayView< uint32_t > | data | ) |
|
◆ insert()
template<typename T>
void gl::Vao::insert |
( |
GLuint | index, |
|
|
AArrayView< T > | data, |
|
|
const char * | key ) |
|
inline |
◆ insertIfKeyMismatches()
template<typename T>
void gl::Vao::insertIfKeyMismatches |
( |
GLuint | index, |
|
|
AArrayView< T > | data, |
|
|
const char * | key ) |
|
inline |