mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 13:37:48 +00:00
GLSL compile fix
This commit is contained in:
@@ -177,7 +177,7 @@ class ApplicationXlib final : public IApplication
|
||||
|
||||
#if BOO_HAS_VULKAN
|
||||
/* Vulkan enable */
|
||||
bool m_useVulkan = true;
|
||||
bool m_useVulkan = false;
|
||||
xcb_connection_t* m_xcbConn;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user