1
0
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:
rarified
2021-01-28 12:08:00 -07:00
parent 6ae3df25f5
commit a553708b5b
3385 changed files with 1112046 additions and 1112046 deletions

View File

@ -1,14 +1,14 @@
ps.1.1
// Add blend color, output sum of alpha
// Color is t0 + t1
// Alpha is t0.a + t1.a
tex t0;
tex t1;
add r0.rgb, t0, t1;
+add r0.a, t0, t1;
mul r0, r0, v0;
ps.1.1
// Add blend color, output sum of alpha
// Color is t0 + t1
// Alpha is t0.a + t1.a
tex t0;
tex t1;
add r0.rgb, t0, t1;
+add r0.a, t0, t1;
mul r0, r0, v0;