shader: Address feedback

This commit is contained in:
FernandoS27 2021-04-18 09:07:48 +02:00 committed by ameerj
parent 2f01c7fb62
commit f1a3f449d6
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: