Skip to content

Commit

Permalink
Update to latest SPIRV-Tools, supporting Vulkan 1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkslang committed Jan 15, 2020
1 parent 273d3a5 commit c3bb5d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SPIRV/SpvTools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spv_target_env MapToSpirvToolsEnv(const SpvVersion& spvVersion, spv::SpvBuildLog
return spv_target_env::SPV_ENV_VULKAN_1_1;
}
case glslang::EShTargetVulkan_1_2:
return spv_target_env::SPV_ENV_UNIVERSAL_1_5; //?? should change to SPV_ENV_VULKAN_1_2, when available
return spv_target_env::SPV_ENV_VULKAN_1_2;
default:
break;
}
Expand Down
2 changes: 1 addition & 1 deletion known_good.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"site" : "github",
"subrepo" : "KhronosGroup/SPIRV-Tools",
"subdir" : "External/spirv-tools",
"commit" : "5c019b5923c1f6bf00a3ac28114ec4a7b1faa0e2"
"commit" : "323a81fc5e30e43a04e5e22af4cba98ca2a161e6"
},
{
"name" : "spirv-tools/external/spirv-headers",
Expand Down

0 comments on commit c3bb5d6

Please sign in to comment.