rasterizer: implement combiner operation 7 (Dot3_RGBA)

This commit is contained in:
wwylele 2017-04-19 23:48:10 +03:00
parent 6a72bd62b5
commit b624a95205
4 changed files with 38 additions and 19 deletions

View file

@ -199,7 +199,7 @@ struct TexturingRegs {
Lerp = 4,
Subtract = 5,
Dot3_RGB = 6,
Dot3_RGBA = 7,
MultiplyThenAdd = 8,
AddThenMultiply = 9,
};