Changeset 44 for trunk/src/gl/gl_context.cc
- Timestamp:
- 05/28/13 16:48:29 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gl/gl_context.cc
r37 r44 13 13 { 14 14 // apply_framebuffer 15 15 16 apply_scissor_test( cs.scissor_test ); 16 17 apply_color_mask( cs.color_mask ); … … 35 36 m_clear_stencil = cs.stencil; 36 37 } 37 38 glClear( c s.buffers);38 39 glClear( clear_state_buffers_to_mask( cs.buffers ) ); 39 40 } 40 41 … … 347 348 } 348 349 350 351 gl_context::gl_context() 352 { 353 force_apply_render_state( m_render_state ); 354 }
Note: See TracChangeset
for help on using the changeset viewer.