Rendering Context
vUna volta che abbiamo una finestra con il pixelformat che ci č appropriato si puņ creare il rendering context opengl
vHGLRC hglrc=wglCreateContext(hdc);
vPer settare il rendering context corrente del thread
vwglMakeCurrent(hdc, hglrc);