mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
add a luminance/alpha tex def
This commit is contained in:
parent
c525bc4925
commit
00c61fe07c
1 changed files with 4 additions and 3 deletions
|
@ -41,8 +41,9 @@ typedef struct tex_s {
|
|||
unsigned char data[4]; // variable length
|
||||
} tex_t;
|
||||
|
||||
#define tex_palette 0;
|
||||
#define tex_rgb 3;
|
||||
#define tex_rgba 4;
|
||||
#define tex_palette 0
|
||||
#define tex_la 2
|
||||
#define tex_rgb 3
|
||||
#define tex_rgba 4
|
||||
|
||||
#endif // __texture_h
|
||||
|
|
Loading…
Reference in a new issue