#include "KeosOGLPrerequisites.h"#include "KeosException.h"Go to the source code of this file.
Namespaces | |
| namespace | Keos |
Classes | |
| class | Keos::COGLException |
| Exception thrown by the OpenGL RenderSystem. More... | |
Defines | |
| #define | OGL_EXCEPT(m, s) {Keos::COGLException except((m), (s)); LOG_TMP} |
| #define OGL_EXCEPT | ( | m, | |||
| s | ) | {Keos::COGLException except((m), (s)); LOG_TMP} |
Definition at line 30 of file KeosOGLException.h.
Referenced by Keos::CWin32Window::Create(), Keos::COGLRenderSystem::Initialise(), Keos::LoadExtension(), Keos::COGLRenderSystem::SetPixelShader(), and Keos::COGLRenderSystem::SetVertexShader().
1.5.1-p1