Changeset 70 for trunk/nv/gl/gl_enum.hh
- Timestamp:
- 06/01/13 00:24:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/gl/gl_enum.hh
r62 r70 37 37 unsigned int primitive_to_enum( primitive p ); 38 38 39 unsigned int type_to_gl_enum( etype type );40 etype gl_enum_to_type( unsigned int gl_enum );39 unsigned int datatype_to_gl_enum( datatype type ); 40 datatype gl_enum_to_datatype( unsigned int gl_enum ); 41 41 42 42 } // namespace nv
Note: See TracChangeset
for help on using the changeset viewer.