mirror of
https://github.com/NoelFB/blah.git
synced 2024-11-28 16:58:57 +08:00
cleaned up the opengl implementation
This commit is contained in:
parent
a9087d10bf
commit
e70d7a11a0
|
@ -29,6 +29,7 @@ namespace Blah
|
|||
bool valid = false;
|
||||
GraphicsInfo info;
|
||||
|
||||
virtual ~GraphicsDevice() = default;
|
||||
virtual void startup() = 0;
|
||||
virtual void update() = 0;
|
||||
virtual void shutdown() = 0;
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user