Skip to content
  • Kyle Brenneman's avatar
    Add a threadAttach callback for entrypoint patching. · 233b274b
    Kyle Brenneman authored
    The threadAttach callback is used so that a vendor library can go through any
    thread initialization it needs to in order to deal with any later OpenGL calls.
    
    This allows a vendor library to work around broken applications that try to
    call OpenGL functions without a current context.
    233b274b