Initialize OpenGL and clear the screen to blue on update

This commit is contained in:
Toni Spets 2010-10-17 10:53:01 +03:00
parent f1e2bb8dc5
commit ad037e718c
5 changed files with 79 additions and 2 deletions

View file

@ -75,6 +75,9 @@ typedef struct
DWORD caps;
void *surface;
HDC hDC;
HGLRC hRC;
ULONG Ref;
} fakeDirectDrawSurfaceObject;