mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Hoist MOULOpenSourceClientPlugin/Plasma20/* to top level
to match H'uru layout and make patching/cherry-picking easier.
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
|
||||
ps.1.1
|
||||
|
||||
// Multiply blend color, output base alpha
|
||||
|
||||
// Color is t0 * t1
|
||||
// Alpha is t0.a
|
||||
|
||||
tex t0;
|
||||
tex t1;
|
||||
|
||||
mul r0.rgb, t0, t1;
|
||||
+mov r0.a, t0;
|
||||
mul r0, r0, v0;
|
Reference in New Issue
Block a user