mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-26 06:59:16 +00:00
VideoCore: Implement the DOT3_RGB combiner
This commit is contained in:
committed by
Yuri Kunde Schlesner
parent
2501f111a6
commit
d08e9b29e2
@@ -290,6 +290,7 @@ struct Regs {
|
||||
AddSigned = 3,
|
||||
Lerp = 4,
|
||||
Subtract = 5,
|
||||
Dot3_RGB = 6,
|
||||
|
||||
MultiplyThenAdd = 8,
|
||||
AddThenMultiply = 9,
|
||||
|
||||
Reference in New Issue
Block a user