Changeset 232 for trunk/src/gl


Ignore:
Timestamp:
05/08/14 17:28:37 (11 years ago)
Author:
epyon
Message:
  • automatic link-time and draw-time uniforms added
File:
1 edited

Legend:

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

    r161 r232  
    189189                m_uniform_map[ name ] = create_uniform( utype, name, uni_loc, uni_len );
    190190        }
     191
     192        apply_link_engine_uniforms();
     193        bind_engine_uniforms();
    191194}
    192195
Note: See TracChangeset for help on using the changeset viewer.