Changeset 70 for trunk/nv/gl/gl_enum.hh


Ignore:
Timestamp:
06/01/13 00:24:07 (12 years ago)
Author:
epyon
Message:
  • etype -> datatype
  • types clarifications, and datatype_traits
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/gl/gl_enum.hh

    r62 r70  
    3737        unsigned int primitive_to_enum( primitive p );
    3838
    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 );
    4141
    4242} // namespace nv
Note: See TracChangeset for help on using the changeset viewer.