Changeset 237 for trunk/src/gl/gl_program.cc
- Timestamp:
- 05/14/14 19:08:41 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gl/gl_program.cc
r235 r237 197 197 } 198 198 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; 200 202 } 201 203
Note: See TracChangeset
for help on using the changeset viewer.