1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-26 14:06:31 -05:00

shader: Address feedback

This commit is contained in:
FernandoS27
2021-04-18 09:07:48 +02:00
committed by ameerj
parent 080857b60e
commit f69d0b91ff
4 changed files with 4 additions and 7 deletions

View File

@@ -534,7 +534,7 @@ void VisitUsages(Info& info, IR::Inst& inst) {
case IR::Opcode::DPdyFine:
case IR::Opcode::DPdxCoarse:
case IR::Opcode::DPdyCoarse:
info.uses_derivates = true;
info.uses_derivatives = true;
break;
case IR::Opcode::LoadStorageU8:
case IR::Opcode::LoadStorageS8: