• MorphOS Developer
    Henes
    Posts: 507 from 2003/6/14
    All tinygl.library functions are macros defined this way:
    #define glFoo(a, b) GLFoo(__tglcontext, a, b)
    See tgl/gl.h

    So just change current context this way:
    __tglcontext = yourcontext;
  • »07.11.13 - 13:27
    Profile Visit Website