Show
Ignore:
Timestamp:
06/11/07 04:15:55 (18 months ago)
Author:
krobillard
Message:

Thune GL - Added enable/disable with state tracking.
Geometry ops now handle words.

Files:
1 modified

Legend:

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

    r405 r409  
    131131struct GrRenderState 
    132132{ 
    133     int      stateId; 
    134     UIndex   fontN; 
    135     GLfloat  penX; 
    136     GLfloat  penY; 
     133    int     stateId; 
     134    int     enableMask; 
     135    UIndex  fontN; 
     136    GLfloat penX; 
     137    GLfloat penY; 
    137138 
    138139    GLbitfield  clear;