mirror of https://git.citron-emu.org/citron/emu
android: Update Vulkan Validation Layer to 1.4.309.0
Updates the Android Vulkan Validation Layer (VVL) from version 1.4.304.1 to 1.4.309.0. This ensures compatibility with the latest Vulkan specification and provides improved validation capabilities for the Android build. Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
parent
25abfe36a3
commit
5f962dd1c6
|
@ -137,7 +137,7 @@ endif()
|
|||
option(ENABLE_OPENSSL "Enable OpenSSL backend for ISslConnection" ${DEFAULT_ENABLE_OPENSSL})
|
||||
|
||||
if (ANDROID AND CITRON_DOWNLOAD_ANDROID_VVL)
|
||||
set(vvl_version "1.4.304.1")
|
||||
set(vvl_version "1.4.309.0")
|
||||
set(vvl_zip_file "${CMAKE_BINARY_DIR}/externals/vvl-android.zip")
|
||||
set(vvl_lib_path "${CMAKE_CURRENT_SOURCE_DIR}/src/android/app/src/main/jniLibs/arm64-v8a/")
|
||||
set(vvl_final_lib "${vvl_lib_path}/libVkLayer_khronos_validation.so")
|
||||
|
|
Loading…
Reference in New Issue