Files
Aiden 437199f3f0
Some checks failed
CI / Native Windows Build And Tests (push) Has been cancelled
CI / React UI Build (push) Has been cancelled
CI / Windows Release Package (push) Has been cancelled
Additional shaders
2026-05-06 00:23:20 +10:00

5 lines
77 B
Plaintext

float4 shadeVideo(ShaderContext context)
{
return saturate(fillColor);
}