Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement WGL #64

Merged
merged 7 commits into from Oct 3, 2016
Merged

Implement WGL #64

merged 7 commits into from Oct 3, 2016

Commits on Sep 27, 2016

  1. Implement WGL

    MortimerGoro committed Sep 27, 2016
  2. Check for null HDC value

    MortimerGoro committed Sep 27, 2016
  3. Use a dummy context for wglGetProcAddress when needed instead of load…

    …ing gl symbols after a context creation: wglGetProcAddress only works in the presence of a valid GL context, so we use a dummy ctx when the caller calls wglGetProcAddress without a valid GL context bound
    MortimerGoro committed Sep 27, 2016
  4. Remove unneeded wglMakeCurrent & minor fixes

    MortimerGoro committed Sep 27, 2016

Commits on Oct 3, 2016

  1. Improve disposed winapi & WGL resources in error paths

    MortimerGoro committed Oct 3, 2016
You can’t perform that action at this time.