Changeset 383 for trunk/src/gl
- Timestamp:
- 06/02/15 20:56:15 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gl/gl_device.cc
r380 r383 221 221 const gl_program_info* info = m_programs.get( p ); 222 222 { 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 ); 224 224 if ( i != info->m_uniform_map.end() ) 225 225 {
Note: See TracChangeset
for help on using the changeset viewer.