mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
PixelShaderGen: Cleanup and clarify bump alpha combiner inputs.
This commit is contained in:
parent
9a96a1d525
commit
6fcbda6752
1 changed files with 2 additions and 2 deletions
|
@ -150,8 +150,8 @@ static const char *tevRasTable[] =
|
||||||
"ERROR13", //2
|
"ERROR13", //2
|
||||||
"ERROR14", //3
|
"ERROR14", //3
|
||||||
"ERROR15", //4
|
"ERROR15", //4
|
||||||
"(int4(1,1,1,1) * alphabump)", // use bump alpha
|
"(int4(1, 1, 1, 1) * alphabump)", // bump alpha (0..248)
|
||||||
"(int4(1,1,1,1) * (alphabump | (alphabump >> 5)))", //normalized
|
"(int4(1, 1, 1, 1) * (alphabump | (alphabump >> 5)))", // normalized bump alpha (0..255)
|
||||||
"int4(0, 0, 0, 0)", // zero
|
"int4(0, 0, 0, 0)", // zero
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue