#include "KeosPrerequisites.h"Go to the source code of this file.
Namespaces | |
| namespace | Keos |
Classes | |
| class | Keos::CRenderSystemCapabilities |
| Class for storing the capabilities of the graphics card. More... | |
Enumerations | |
| enum | Keos::TCapability { Keos::CAP_HW_MIPMAPPING = 0x00000001, Keos::CAP_TEXTURE_COMPRESSION_DXT = 0x00000002, Keos::CAP_NON_POWER_OF_2_TEXTURES = 0x00000004, Keos::CAP_VERTEX_PROGRAM = 0x00000008, Keos::CAP_FRAGMENT_PROGRAM = 0x00000010 } |
| Enum describing the different hardware capabilities we want to check for. More... | |
1.5.1-p1