Initial vulkan rendering within URDE

This commit is contained in:
Jack Andersen
2016-06-30 16:30:29 -10:00
parent 6504bfc8c8
commit 295d100ca3
7 changed files with 104 additions and 73 deletions

View File

@@ -154,7 +154,7 @@ public:
m_pf = pf;
}
void initializeContext() {}
void initializeContext(void*) {}
void makeCurrent() {}
@@ -295,7 +295,7 @@ public:
m_pf = pf;
}
void initializeContext() {}
void initializeContext(void*) {}
void makeCurrent()
{