Ignore:
Timestamp:
05/14/14 19:08:41 (11 years ago)
Author:
epyon
Message:
  • debug_draw module added
  • evil vertex descriptor and info added
  • fix for sampler objects
  • various fixes
File:
1 edited

Legend:

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

    r235 r237  
    197197                }
    198198
    199                 m_uniform_map[ name ] = create_uniform( utype, name, uni_loc, uni_len );
     199                uniform_base* u = create_uniform( utype, name, uni_loc, uni_len );
     200                NV_ASSERT( u, "Unknown uniform type!" );
     201                m_uniform_map[ name ] = u;
    200202        }
    201203
Note: See TracChangeset for help on using the changeset viewer.