hello all,
if I understood correctly,
int attriblist[] = { WGL_CONTEXT_MAJOR_VERSION_ARB, MAJOR,
WGL_CONTEXT_MINOR_VERSION_ARB, MINOR,
...
Type: Posts; User: PiouPiou
hello all,
if I understood correctly,
int attriblist[] = { WGL_CONTEXT_MAJOR_VERSION_ARB, MAJOR,
WGL_CONTEXT_MINOR_VERSION_ARB, MINOR,
...
Thanks for your answers Alexaksandar and Dan.
I would test tonight.
Nobody have an idee ?
Hello everyone, I try to program in OpenGL 3.3.
At the opening of a context, I wonder if I use the correct method (I do not want to use any lib like glew etc..).
I have some questions.
what...