Skip to content

Commit

Permalink
build_scripts/common: bump Vulkan SDK version default param
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoguillansky-gpsw committed Jun 21, 2022
1 parent 312be60 commit 7f3f16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_scripts/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def write_file(path, contents, mode = 'w+'):
PREFIX = op.join(os.getcwd(), EXTERNAL_DIR, 'windows')
env('PREFIX', PREFIX)
elif OS == 'Linux':
env('VULKAN_SDK_VERSION', '1.2.170')
env('VULKAN_SDK_VERSION', '1.3.216.0')
elif OS == 'Darwin':
env('SHADERC_VERSION', '2020.3')
env('UNZIP', 'unzip -q -n')
Expand Down

0 comments on commit 7f3f16c

Please # to comment.