mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-26 12:57:53 -05:00
rasterizer: implement combiner operation 7 (Dot3_RGBA)
This commit is contained in:
@ -199,7 +199,7 @@ struct TexturingRegs {
|
||||
Lerp = 4,
|
||||
Subtract = 5,
|
||||
Dot3_RGB = 6,
|
||||
|
||||
Dot3_RGBA = 7,
|
||||
MultiplyThenAdd = 8,
|
||||
AddThenMultiply = 9,
|
||||
};
|
||||
|
Reference in New Issue
Block a user