Fallback flow for graphics APIs

This commit is contained in:
Jack Andersen
2016-07-20 07:14:18 -10:00
parent 1c8236d100
commit 66c64cde08
7 changed files with 150 additions and 120 deletions

View File

@@ -50,9 +50,9 @@ public:
m_pf = pf;
}
void initializeContext(void*)
bool initializeContext(void*)
{
return false;
}
void makeCurrent()