![]() |
Pioneer
|
#include "graphics/opengl/VertexBufferGL.h"#include "SDL_stdinc.h"#include "graphics/Types.h"#include "graphics/VertexArray.h"#include "graphics/opengl/RendererGL.h"#include "utils.h"#include <algorithm>
Classes | |
| struct | Graphics::OGL::PosUVVert |
| struct | Graphics::OGL::PosNormVert |
| struct | Graphics::OGL::PosColVert |
| struct | Graphics::OGL::PosVert |
| struct | Graphics::OGL::PosColUVVert |
| struct | Graphics::OGL::PosNormUVVert |
| struct | Graphics::OGL::PosNormColVert |
Namespaces | |
| namespace | Graphics |
| namespace | Graphics::OGL |
Functions | |
| GLuint | Graphics::OGL::BuildVAOFromDesc (const Graphics::VertexBufferDesc desc) |