7 lines
110 B
Plaintext
7 lines
110 B
Plaintext
{
|
|
inherit particleBlend
|
|
hlsl_fp {
|
|
#include "particle_fp.inc"
|
|
result.color = color * fragment.color;
|
|
}
|
|
} |