Skip to content

Commit

Permalink
revert shader-tool change
Browse files Browse the repository at this point in the history
not yet
  • Loading branch information
DHrpcs3 committed Nov 13, 2024
1 parent 5aaabba commit 2bfdc6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/shader-tool/shader-tool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,7 @@ static shader::ir::Region parseIsa(shader::ir::Context &context,
}

if (auto converted = shader::gcn::convertToSpv(
isaContext, ir, gcnSemanticInfo, gcnSemanticModuleInfo,
*inputParam.gcnStage, env)) {
isaContext, ir, gcnSemanticModuleInfo, *inputParam.gcnStage, env)) {
if (auto result = shader::spv::deserialize(context, converted->spv, loc)) {
return result->merge(context);
}
Expand Down

0 comments on commit 2bfdc6f

Please sign in to comment.