Fallback to software if hardware is not available

This commit is contained in:
Joshua Granick
2015-07-23 08:09:30 -07:00
parent abc83da97b
commit 861c0fe63b
5 changed files with 62 additions and 10 deletions

View File

@@ -16,6 +16,7 @@ namespace lime {
virtual void Flip () = 0;
virtual value Lock () = 0;
virtual const char* Type () = 0;
virtual void Unlock () = 0;
Window* currentWindow;