mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Change all CRLF-text files to LF-text files
to match H'uru for patching
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
|
||||
ps.1.1
|
||||
|
||||
// Alpha blend color, output product of alphas
|
||||
|
||||
// Color is t0 * (1 - t1.a) + t1 * t1.a
|
||||
// Alpha is t0.a * t1.a
|
||||
|
||||
tex t0
|
||||
tex t1
|
||||
|
||||
lrp r0.rgb, t1.a, t1, t0
|
||||
mul r0.a, t0, t1;
|
||||
mul r0, r0, v0;
|
||||
|
||||
ps.1.1
|
||||
|
||||
// Alpha blend color, output product of alphas
|
||||
|
||||
// Color is t0 * (1 - t1.a) + t1 * t1.a
|
||||
// Alpha is t0.a * t1.a
|
||||
|
||||
tex t0
|
||||
tex t1
|
||||
|
||||
lrp r0.rgb, t1.a, t1, t0
|
||||
mul r0.a, t0, t1;
|
||||
mul r0, r0, v0;
|
||||
|
Reference in New Issue
Block a user