Use Pixel Buffer Objects (OpenGL)

This commit is contained in:
FunkyFr3sh 2017-11-16 22:21:13 +01:00
parent f28955e1f8
commit 8f3b947eb1
4 changed files with 137 additions and 18 deletions

View file

@ -88,6 +88,7 @@ typedef struct IDirectDrawImpl
BOOL isredalert;
DWORD WINAPI (*renderer)(void);
char screenshotKey;
BOOL opengl_pbo;
} IDirectDrawImpl;