2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00
Files
CWE-ou-minkata/Sources/Plasma/PubUtilLib/plSurface/ShaderSrc/ps_WaveRip.inl
Branan Purvine-Riley 908aaeb6f6 Fix line endings and tabs
2011-04-11 16:27:55 -07:00

22 lines
280 B
C++

ps.1.1
//def c0, 1.0, 0.0, 0.0, 1.0 // Temp Hack
// Want
// Color: vert.rgb * t0.rgb
// Alpha: vert.a * t0.a * t1.a
tex t0;
//tex t1;
//mul r0.rgb, v0, t0;
//+mul r0.a, v0.a, t0.a;
//mul r0.a, r0.a, t1.a;
//mul r0, t0, t1;
mul r0, t0, v0;
//mov r0, t0;