set vulkan support to off in default.

This commit is contained in:
HuYingzhuo(hugo/hyzboy) 2022-07-12 16:28:29 +08:00
parent 0048db5b30
commit 2c29ff13ab

View File

@ -1,4 +1,4 @@
OPTION(VULKAN_SUPPORT "" ON)
OPTION(VULKAN_SUPPORT "" OFF)
SET(CPU_INFO_HEADER ${CMPLATFORM_ROOT_INCLUDE_PATH}/hgl/platform/CpuInfo.h)