mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
update shader-tool to use new api
This commit is contained in:
parent
f4994f6717
commit
70b312398f
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue