Initialize OpenGL and clear the screen to blue on update
This commit is contained in:
parent
f1e2bb8dc5
commit
ad037e718c
5 changed files with 79 additions and 2 deletions
|
@ -75,6 +75,9 @@ typedef struct
|
|||
DWORD caps;
|
||||
void *surface;
|
||||
|
||||
HDC hDC;
|
||||
HGLRC hRC;
|
||||
|
||||
ULONG Ref;
|
||||
|
||||
} fakeDirectDrawSurfaceObject;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue