Opengl32: add a WGL_ARB_create_context / OpenGL 3.0 test

Chris Robinson chris.kcat at gmail.com
Tue Aug 26 18:05:51 CDT 2008


On Tuesday 26 August 2008 01:17:18 pm Roderick Colenbrander wrote:
> +        int attribs[] = {WGL_CONTEXT_MAJOR_VERSION_ARB, 3,
> WGL_CONTEXT_MINOR_VERSION_ARB, 0, 0};
> +        HGLRC gl3Ctx = 
> pwglCreateContextAttribsARB(hdc, 0, attribs);
> +        ok(gl3Ctx != NULL, 
> "Creation of an OpenGL 3.0 context failed!\n");

I'm not sure it should be considered a test failure if GL3 isn't supported..



More information about the wine-devel mailing list