Add cmake option to disable true depth APIs

This commit is contained in:
Georg Hagen
2025-02-11 12:01:37 +01:00
parent a4c6122ed6
commit a992b65c39
4 changed files with 31 additions and 3 deletions

View File

@@ -48,6 +48,7 @@ option(OPENVULKANO_ENABLE_TEST "Enable testing" ON)
option(OPENVULKANO_ENABLE_EXAMPLES "Enable examples" ON)
option(OPENVULKANO_ENABLE_MSDF "Enable msdf library" ON)
option(OPENVULKANO_ENABLE_SHADERC "Enable runtime shader compiler" OFF)
option(OPENVULKANO_ENABLE_ARKIT_TRUEDEPTH "Enable arkit TrueDepth (Front Depth Camera) APIs" OFF) # TrueDepth need special privacy policy treatment and must not be included in app if not used by dev
# -----------------------------------------------------------------
if (IOS)