diff options
| author | Steven Fuller <relnev@icculus.org> | 2008-05-04 13:51:57 -0700 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | 361c1319328308341d00a8c6dacc28e6096dd041 (patch) | |
| tree | c12d0801b0d98868fe4fbad4a92e915e27dc9551 /src/include/shape.h | |
| parent | 332acfbf8bacc4beac1f7e7dd25f06ae0d39f53f (diff) | |
Removed most references to PSX, Saturn and E3 Demo.
Diffstat (limited to 'src/include/shape.h')
| -rw-r--r-- | src/include/shape.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/include/shape.h b/src/include/shape.h index 3f3057b..5ef5c10 100644 --- a/src/include/shape.h +++ b/src/include/shape.h @@ -527,10 +527,6 @@ typedef struct merged_poly #else - #if Saturn - #define iflag_sattexture 0x00000080 /* Outcode if outside frame buffer or behind z plane, else just draw */ - #endif - #if platform_pc #define iflag_zbuffer_w 0x00000080 /* Z-Buffer, Write-Only */ #endif @@ -578,11 +574,6 @@ typedef struct merged_poly #define iflag_sortfarz 0x04000000 /* Use maxz for depth value */ -#define iflag_bufferxy 0x08000000 /* Internal - Saturn Only - - for xy clamped item */ - -#define iflag_clampz 0x10000000 /* Internal - Saturn Only - - for z clamped item */ #define iflag_light_corona 0x20000000 /* For use by the placed light strategy */ @@ -781,11 +772,7 @@ typedef struct texelgtx3d { typedef unsigned char TEXTURE; -#if Saturn -#define ImageNameSize 16 -#else #define ImageNameSize 128+1 -#endif typedef struct imageheader { |
