Ignore:
Timestamp:
07/08/13 19:59:07 (12 years ago)
Author:
epyon
Message:
  • context now stores device pointer
File:
1 edited

Legend:

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

    r121 r157  
    349349
    350350
    351 gl_context::gl_context()
     351gl_context::gl_context( device* a_device )
     352        : context( a_device )
    352353{
    353354        // TODO: do we really need this?
Note: See TracChangeset for help on using the changeset viewer.