|
Classes |
struct | SCmdLineOpt |
| Stores a variable name/value pair for an individual command-line option. More...
|
class | PVRShell |
| Inherited by the application; responsible for abstracting the OS and API. More...
|
Defines |
#define | EXIT_NOERR_CODE 0 |
#define | EXIT_ERR_CODE (!EXIT_NOERR_CODE) |
Enumerations |
enum | PVRShellKeyName {
PVRShellKeyNameNull,
PVRShellKeyNameQUIT,
PVRShellKeyNameSELECT,
PVRShellKeyNameACTION1,
PVRShellKeyNameACTION2,
PVRShellKeyNameUP,
PVRShellKeyNameDOWN,
PVRShellKeyNameLEFT,
PVRShellKeyNameRIGHT,
PVRShellKeyNameScreenshot
} |
enum | prefNameBoolEnum {
prefFullScreen,
prefIsRotated,
prefPBufferContext,
prefPixmapContext,
prefPixmapDisableCopy,
prefZbufferContext,
prefLockableBackBuffer,
prefSoftwareRendering,
prefStencilBufferContext,
prefOpenVGContext
} |
| Boolean Shell preferences. More...
|
enum | prefNameFloatEnum { prefQuitAfterTime
} |
| Float Shell preferences. More...
|
enum | prefNameIntEnum {
prefWidth,
prefHeight,
prefPositionX,
prefPositionY,
prefQuitAfterFrame,
prefSwapInterval,
prefInitRepeats,
prefFSAAMode,
prefCommandLineOptNum
} |
| Integer Shell preferences. More...
|
enum | prefNamePtrEnum { prefD3DDevice,
prefHINSTANCE,
prefNativeWindowType
} |
| Pointers/Handlers Shell preferences. More...
|
enum | prefNameConstPtrEnum {
prefAppName,
prefDataPath,
prefCommandLine,
prefCommandLineOpts,
prefExitMessage,
prefVersion
} |
| Constant pointers Shell preferences. More...
|
Functions |
PVRShell * | NewDemo () |