Show
Ignore:
Timestamp:
07/25/07 22:34:48 (16 months ago)
Author:
krobillard
Message:

GL - texture! make can now make GL_TEXTURE_1D from binary!.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/thune/thread_safe/gl/gx_atoms.h

    r436 r438  
    3737#define UR_ATOM_MAG             352 
    3838#define UR_ATOM_MIPMAP          353 
     39#define UR_ATOM_GRAY            354 
     40#define UR_ATOM_RGB             344 
     41#define UR_ATOM_RGBA            345 
    3942#define UR_ATOM_ON              258 
    4043#define UR_ATOM_OFF             260 
    4144#define UR_ATOM_ADD             198 
    42 #define UR_ATOM_BURN            354 
    43 #define UR_ATOM_COLOR           355 
    44 #define UR_ATOM_TRANS           356 
    45 #define UR_ATOM_SPRITE          357 
     45#define UR_ATOM_BURN            355 
     46#define UR_ATOM_COLOR           356 
     47#define UR_ATOM_TRANS           357 
     48#define UR_ATOM_SPRITE          358