#include "KeosD3D9Prerequisites.h"#include "KeosException.h"Go to the source code of this file.
Namespaces | |
| namespace | Keos |
Classes | |
| class | Keos::CD3D9Exception |
| Exception thrown by the Direct3D9 RenderSystem. More... | |
Defines | |
| #define | D3D9_EXCEPT(m, s) {Keos::CD3D9Exception except((m), (s)); LOG_TMP} |
| #define D3D9_EXCEPT | ( | m, | |||
| s | ) | {Keos::CD3D9Exception except((m), (s)); LOG_TMP} |
Definition at line 29 of file KeosD3D9Exception.h.
Referenced by Keos::CD3D9RenderSystem::_CreateIB(), Keos::CD3D9RenderSystem::_CreateVB(), Keos::CD3D9RenderSystem::CD3D9RenderSystem(), Keos::CD3D9Window::CreateD3DResources(), Keos::CD3D9RenderSystem::CreateTexture(), Keos::CD3D9RenderSystem::Initialise(), Keos::CD3D9RenderSystem::RestoreLostDevice(), Keos::CD3D9RenderSystem::SetLight(), Keos::CD3D9RenderSystem::SetPixelShader(), Keos::CD3D9RenderSystem::SetVertexShader(), and Keos::CD3D9Window::SwapBuffers().
1.5.1-p1