mirror of https://github.com/AxioDL/boo.git
GLSL compile fix
This commit is contained in:
parent
bd9b7f54b6
commit
478b05ceb7
|
@ -177,7 +177,7 @@ class ApplicationXlib final : public IApplication
|
||||||
|
|
||||||
#if BOO_HAS_VULKAN
|
#if BOO_HAS_VULKAN
|
||||||
/* Vulkan enable */
|
/* Vulkan enable */
|
||||||
bool m_useVulkan = true;
|
bool m_useVulkan = false;
|
||||||
xcb_connection_t* m_xcbConn;
|
xcb_connection_t* m_xcbConn;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue