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

WGL Tests Do Not Include Core Context #204

Open
RobertBColton opened this issue Apr 28, 2019 · 2 comments
Open

WGL Tests Do Not Include Core Context #204

RobertBColton opened this issue Apr 28, 2019 · 2 comments
Labels

Comments

@RobertBColton
Copy link

RobertBColton commented Apr 28, 2019

Despite the name of the source file, the WGL CI test is not actually creating a core context. A core context can only be created through wglCreateContextAttribsARB with WGL_CONTEXT_CORE_PROFILE_BIT_ARB.

ctx = wglCreateContext(hdc);

@RobertBColton RobertBColton changed the title Tests Do Not Include Core Context WGL Tests Do Not Include Core Context Apr 28, 2019
@ebassi ebassi added the windows label Nov 15, 2019
@ebassi
Copy link
Collaborator

ebassi commented Jan 14, 2020

Thanks for you patience.

Would it be possible for you to open a pull request with a fix for the test?

@RobertBColton
Copy link
Author

Ok I've sent #217 but I could use some help because I am not sure if I am checking for WGL extensions correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants