Go to the source code of this file.
Defines | |
| #define | DM_VIEWPORT_ORTHO 0x0ff |
| #define | DM_VIEWPORT_TOP 0x001 |
| #define | DM_VIEWPORT_FRONT 0x002 |
| #define | DM_VIEWPORT_RIGHT 0x004 |
| #define | DM_VIEWPORT_BOTTOM 0x008 |
| #define | DM_VIEWPORT_BACK 0x010 |
| #define | DM_VIEWPORT_LEFT 0x020 |
| #define | DM_VIEWPORT_PERSPECTIVE 0xf00 |
| #define | DM_VIEWPORT_ALL_3D (DM_VIEWPORT_PERSPECTIVE|DM_VIEWPORT_ORTHO) |
| #define | DM_VIEWPORT_UV 0x1000 |
| #define | DM_VIEWPORT_ALL (DM_VIEWPORT_ALL_3D | DM_VIEWPORT_UV) |
Typedefs | |
| typedef int | DM_ViewportType |
Enumerations | |
| enum | DM_S3DDisplayFormat { DM_S3D_DISP_ANAGLYPH, DM_S3D_DISP_H_INTERLACE, DM_S3D_DISP_H_INTERLACE_REV } |
| #define DM_VIEWPORT_ALL (DM_VIEWPORT_ALL_3D | DM_VIEWPORT_UV) |
Definition at line 36 of file DM_ViewportType.h.
| #define DM_VIEWPORT_ALL_3D (DM_VIEWPORT_PERSPECTIVE|DM_VIEWPORT_ORTHO) |
Definition at line 32 of file DM_ViewportType.h.
| #define DM_VIEWPORT_BACK 0x010 |
Definition at line 27 of file DM_ViewportType.h.
| #define DM_VIEWPORT_BOTTOM 0x008 |
Definition at line 26 of file DM_ViewportType.h.
| #define DM_VIEWPORT_FRONT 0x002 |
Definition at line 24 of file DM_ViewportType.h.
| #define DM_VIEWPORT_LEFT 0x020 |
Definition at line 28 of file DM_ViewportType.h.
| #define DM_VIEWPORT_ORTHO 0x0ff |
Definition at line 22 of file DM_ViewportType.h.
| #define DM_VIEWPORT_PERSPECTIVE 0xf00 |
| #define DM_VIEWPORT_RIGHT 0x004 |
Definition at line 25 of file DM_ViewportType.h.
| #define DM_VIEWPORT_TOP 0x001 |
Definition at line 23 of file DM_ViewportType.h.
| #define DM_VIEWPORT_UV 0x1000 |
Definition at line 34 of file DM_ViewportType.h.
| typedef int DM_ViewportType |
Definition at line 38 of file DM_ViewportType.h.
| enum DM_S3DDisplayFormat |
Definition at line 42 of file DM_ViewportType.h.
1.5.9