Ignore:
Timestamp:
06/02/15 20:56:15 (10 years ago)
Author:
epyon
Message:
  • more work on stl
  • fully working vectors!
  • copy & copy_n
  • removal of a lot of std code!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gl/gl_device.cc

    r380 r383  
    221221        const gl_program_info* info = m_programs.get( p );
    222222        {
    223                 uniform_map::const_iterator i = info->m_uniform_map.find( name );
     223                nv::uniform_map::const_iterator i = info->m_uniform_map.find( name );
    224224                if ( i != info->m_uniform_map.end() )
    225225                {
Note: See TracChangeset for help on using the changeset viewer.