Files
Aiden ff1b7519a0
Some checks failed
CI / React UI Build (push) Successful in 11s
CI / Native Windows Build And Tests (push) Successful in 1m32s
CI / Windows Release Package (push) Failing after 2m15s
Added bad shader warning instead of hard fail
2026-05-06 12:44:22 +10:00

5 lines
77 B
Plaintext

float4 shadeVideo(ShaderContext context)
{
return context.sourceColor;
}