Developing Games on Intel Graphics
If you are gaming on graphics integrated in your Intel Processor, this is the place for you! Find answers to your questions or post your issues with PC games
489 Discussions

OpenGL, WGL_ARB_create_context support.

Pap__Gabor
Beginner
1,618 Views

Hi,

I'm trying to support RenderDoc in an OpenGL application.
I ran into the issue that RenderDoc needs that the OpenGL core context is created through wglCreateContextAttribsARB().
This doesn't seem to be supported in the latest driver for UHD Graphics 620.

Are there any plans to support the extension WGL_ARB_create_context in OpenGL drivers?

Nevermind, my mistake.

WGL_ARB_create_context is reported through wglGetExtensionsStringARB(), and not glGetString(GL_EXTENSIONS).

Thanks!

0 Kudos
0 Replies
Reply