Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only build glslang if Vulkan or Direct3D 12 rendering is enabled
glslang isn't needed for OpenGL rendering, which includes the web export. This reduces the web release export template's `.wasm` size by about 20 KB, since web builds use `vulkan=no`.
- Loading branch information