Platform/PlatformApplication: add createGLContext()
This commit is contained in:
parent
b1ccea1397
commit
b300310239
5 changed files with 19 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ public :
|
|||
|
||||
virtual PlatformWindow* createWindow(Window* window);
|
||||
|
||||
virtual GLContext* createGLContext();
|
||||
|
||||
virtual PlatformInput& getInput();
|
||||
|
||||
protected :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue