- fixed statistics code to do proper checks for OpenGL's capabilities.
This commit is contained in:
parent
fdeec5e0a5
commit
d422737a7e
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ public:
|
|||
|
||||
OpenGLFrameBuffer(void *hMonitor, bool fullscreen) ;
|
||||
~OpenGLFrameBuffer();
|
||||
int Backend() override { return 2; }
|
||||
bool CompileNextShader() override;
|
||||
void InitializeState() override;
|
||||
void Update() override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue