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_texture2d.hh

    r62 r70  
    2222        {
    2323        public:
    24                 gl_texture2d( ivec2 size, image_format aformat, etype adatatype, sampler asampler, void* data = nullptr );
     24                gl_texture2d( ivec2 size, image_format aformat, datatype adatatype, sampler asampler, void* data = nullptr );
    2525                virtual void assign( void* data );
    2626                virtual void bind( int slot = 0 );
Note: See TracChangeset for help on using the changeset viewer.