Hello
I want to port an OpenGL library (version3.3) to Windows. So I looked at th the Khronos wiki
The steps are:
- create the window
- get its DC
- retrieve the OpenGL rendering context
My question is: may I destroy the window and its dc just after the retrieval of the rendering context, or else must I keep it until the end of the application ?
thank you