mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
revert shader-tool change
not yet
This commit is contained in:
parent
5aaabba761
commit
2bfdc6ffde
|
|
@ -301,8 +301,7 @@ static shader::ir::Region parseIsa(shader::ir::Context &context,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (auto converted = shader::gcn::convertToSpv(
|
if (auto converted = shader::gcn::convertToSpv(
|
||||||
isaContext, ir, gcnSemanticInfo, gcnSemanticModuleInfo,
|
isaContext, ir, gcnSemanticModuleInfo, *inputParam.gcnStage, env)) {
|
||||||
*inputParam.gcnStage, env)) {
|
|
||||||
if (auto result = shader::spv::deserialize(context, converted->spv, loc)) {
|
if (auto result = shader::spv::deserialize(context, converted->spv, loc)) {
|
||||||
return result->merge(context);
|
return result->merge(context);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue