-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Labels
Description
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
.
libepoxy/test/wgl_core_and_exts.c
Line 36 in d536f78
ctx = wglCreateContext(hdc); |