How can I initialize a windowless OpenGL context with the minimal amount of code?
I\'ve read here that you can use wglCreateContextAttribsARB to create
wglCreateContextAttribsARB
another stuff:
HDC hdc = CreateDC(L"DISPLAY",NULL,NULL,NULL);
But ReleaseDC not work with it.DeleteDC does.
ReleaseDC