Changeset 62 for trunk/src/gl/gl_program.cc
- Timestamp:
- 05/30/13 16:44:38 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gl/gl_program.cc
r41 r62 180 180 181 181 int uni_loc = glGetUniformLocation( m_name.get_value(), name.c_str() ); 182 type utype = gl_enum_to_type( uni_type );182 etype utype = gl_enum_to_type( uni_type ); 183 183 m_uniform_map[ name ] = create_uniform( utype, name, uni_loc, uni_len ); 184 184 }
Note: See TracChangeset
for help on using the changeset viewer.