![]() |
Cinder
0.9.1
|
#include <Texture.h>
Public Member Functions | |
size_t | getNumFaces () const |
const Face & | getFace (size_t index) const |
const std::vector< Face > & | getFaces () const |
std::vector< Face > & | getFaces () |
Face & | back () |
void | push_back (const Face &face) |
Public Attributes | |
GLsizei | width |
GLsizei | height |
GLsizei | depth |
std::vector< Face > | mFaces |
Represents a single mip-level, composed of 1 or more Faces.
size_t cinder::gl::TextureData::Level::getNumFaces | ( | ) | const |
const Face& cinder::gl::TextureData::Level::getFace | ( | size_t | index | ) | const |
const std::vector<Face>& cinder::gl::TextureData::Level::getFaces | ( | ) | const |
std::vector<Face>& cinder::gl::TextureData::Level::getFaces | ( | ) |
Face& cinder::gl::TextureData::Level::back | ( | ) |
void cinder::gl::TextureData::Level::push_back | ( | const Face & | face | ) |
GLsizei cinder::gl::TextureData::Level::width |
GLsizei cinder::gl::TextureData::Level::height |
GLsizei cinder::gl::TextureData::Level::depth |
std::vector<Face> cinder::gl::TextureData::Level::mFaces |