#include "KeosPrerequisites.h"#include "KeosRenderTarget.h"#include "KeosRenderWindow.h"#include "KeosRenderApp.h"#include "KeosDeclaration.h"#include "KeosBuffer.h"#include "KeosRenderSystemCapabilities.h"#include "KeosConfigOption.h"#include "KeosColor.h"#include "Cg/cg.h"Go to the source code of this file.
Namespaces | |
| namespace | Keos |
Classes | |
| class | Keos::IRenderSystem |
| Abstract class for renderer systems. More... | |
Defines | |
| #define | Renderer CRoot::Instance().GetRenderSystem() |
Typedefs | |
| typedef std::map< String, IRenderTarget * > | Keos::RenderTargetMap |
| #define Renderer CRoot::Instance().GetRenderSystem() |
Definition at line 36 of file KeosRenderSystem.h.
1.5.1-p1