mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
clc: bump SPIR-V target to 1.6
We depend on a new enough SPIRV-Tools, so we can bump this. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33327>
This commit is contained in:
parent
7f493b45ae
commit
48f93e7313
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@
|
|||
namespace fs = std::filesystem;
|
||||
|
||||
/* Use the highest version of SPIRV supported by SPIRV-Tools. */
|
||||
constexpr spv_target_env spirv_target = SPV_ENV_UNIVERSAL_1_5;
|
||||
constexpr spv_target_env spirv_target = SPV_ENV_UNIVERSAL_1_6;
|
||||
|
||||
constexpr SPIRV::VersionNumber invalid_spirv_trans_version = static_cast<SPIRV::VersionNumber>(0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue