Added flag to be able to disable shader utilities

This commit is contained in:
Alejandro Saucedo 2021-02-21 09:28:05 +00:00
parent f306bf1042
commit 92f556ff57
7 changed files with 48 additions and 30 deletions

View file

@ -65,6 +65,8 @@ Compile Flags
- Enable debug build including debug flags (enabled by cmake debug build)
* - -DKOMPUTE_DISABLE_VK_DEBUG_LAYERS
- Disable the debug Vulkan layers, mainly used for android builds
* - -DKOMPUTE_DISABLE_SHADER_UTILS
- Disable the shader utils and skip adding glslang as dependency
Dependencies