HDK
|
#include <UT/UT_Args.h>
#include <UT/UT_Exit.h>
#include <UT/UT_WorkBuffer.h>
#include <IMG/IMG_TileDevice.h>
#include <IMG/IMG_TileOptions.h>
#include <TIL/TIL_TileMPlay.h>
Go to the source code of this file.
Classes | |
struct | PlaneDef |
Macros | |
#define | XRES 320 |
#define | YRES 240 |
#define | TXRES 16 |
#define | TYRES 16 |
#define | NPLANES (sizeof(thePlanes)/sizeof(PlaneDef)) |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
PlaneDef | thePlanes [] |
Definition at line 62 of file tiledevice.C.
#define TXRES 16 |
Definition at line 47 of file tiledevice.C.
#define TYRES 16 |
Definition at line 48 of file tiledevice.C.
#define XRES 320 |
Definition at line 45 of file tiledevice.C.
#define YRES 240 |
Definition at line 46 of file tiledevice.C.
Definition at line 171 of file tiledevice.C.
PlaneDef thePlanes[] |
Definition at line 56 of file tiledevice.C.