Changeset 171 for trunk/nv/gl/gl_context.hh
- Timestamp:
- 07/18/13 00:50:12 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/gl/gl_context.hh
r157 r171 20 20 { 21 21 public: 22 gl_context( device* a_device ); 22 gl_context( device* a_device, void* a_win_handle ); 23 ~gl_context(); 23 24 virtual void clear( const clear_state& cs ); 24 25 // temporary … … 45 46 float m_clear_depth; 46 47 int m_clear_stencil; 48 void* m_handle; 47 49 }; 48 50
Note: See TracChangeset
for help on using the changeset viewer.