#include "KeosOGLRenderSystem.h"#include "KeosWin32Window.h"#include "KeosOGLException.h"#include "KeosLogger.h"#include "KeosOGLEnum.h"#include "KeosOGLBuffer.h"#include "KeosOGLDeclaration.h"#include "KeosMatrix4.h"#include "KeosColor.h"#include "KeosRenderSystemCapabilities.h"#include "KeosOGLTexture.h"#include "KeosPixelUtils.h"#include "KeosString.h"#include "KeosOGLShader.h"#include "KeosLight.h"#include "KeosUtil.h"#include "Cg/cgGL.h"Go to the source code of this file.
Namespaces | |
| namespace | Keos |
Defines | |
| #define | LOAD_EXTENSION(Ext) LoadExtension(Ext, #Ext) |
Functions | |
| template<class T> | |
| void | Keos::LoadExtension (T &Proc, const char *strName) |
| #define LOAD_EXTENSION | ( | Ext | ) | LoadExtension(Ext, #Ext) |
Definition at line 53 of file KeosOGLRenderSystem.cpp.
1.5.1-p1