Rendering Context
v
Una volta che abbiamo una finestra con
il pixelformat che ci č appropriato si puņ
creare il rendering context opengl
v
HGLRC hglrc=wglCreateContext(hdc);
v
Per settare il rendering context corrente
del thread
v
wglMakeCurrent(hdc, hglrc);