mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 06:07:52 +00:00
rasterizer: implement combiner operation 7 (Dot3_RGBA)
This commit is contained in:
parent
fcde0cf890
commit
aaa320dd45
4 changed files with 38 additions and 19 deletions
|
@ -199,7 +199,7 @@ struct TexturingRegs {
|
|||
Lerp = 4,
|
||||
Subtract = 5,
|
||||
Dot3_RGB = 6,
|
||||
|
||||
Dot3_RGBA = 7,
|
||||
MultiplyThenAdd = 8,
|
||||
AddThenMultiply = 9,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue