Removing another scalar component swap from #273.
This commit is contained in:
@@ -1051,7 +1051,7 @@ bool GL4ShaderTranslator::TranslateALU_SUBs(const ucode::instr_alu_t& alu) {
|
||||
AppendScalarOpSrcReg(alu, 3);
|
||||
Append(".x - ");
|
||||
AppendScalarOpSrcReg(alu, 3);
|
||||
Append(".z");
|
||||
Append(".y");
|
||||
EndAppendScalarOp(alu);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user