Skip to content

Commit

Permalink
update shader-tool to use new api
Browse files Browse the repository at this point in the history
  • Loading branch information
DHrpcs3 committed Nov 13, 2024
1 parent f4994f6 commit 70b3123
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/shader-tool/shader-tool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,8 @@ static shader::ir::Region parseIsa(shader::ir::Context &context,
}

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

0 comments on commit 70b3123

Please sign in to comment.