#include "KeosOGLPrerequisites.h"#include "KeosBufferBase.h"#include "KeosOGLEnum.h"Go to the source code of this file.
Namespaces | |
| namespace | Keos |
Classes | |
| class | Keos::COGLBuffer< Type > |
| Vertex/Index buffer OpenGL implementation. More... | |
Typedefs | |
| typedef COGLBuffer< GL_ARRAY_BUFFER_ARB > | Keos::COGLVertexBuffer |
| typedef COGLBuffer< GL_ELEMENT_ARRAY_BUFFER_ARB > | Keos::COGLIndexBuffer |
1.5.1-p1