Update glslang, some Vulkan bug fixes

This commit is contained in:
Jack Andersen
2016-06-23 17:03:06 -10:00
parent e4c625c55a
commit 9bc1193e3f
5 changed files with 80 additions and 245 deletions

View File

@@ -177,7 +177,7 @@ class ApplicationXlib final : public IApplication
#if BOO_HAS_VULKAN
/* Vulkan enable */
bool m_useVulkan = false;
bool m_useVulkan = true;
xcb_connection_t* m_xcbConn;
#endif