This commit is contained in:
2026-03-27 07:06:16 +01:00
commit 1541961403
340 changed files with 151916 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
//!DESC color-alt_luma (Black & White)
//!HOOK LUMA
//!BIND HOOKED
vec4 hook()
{
float color = LUMA_texOff(0).x;
return vec4(1.0 - color);
}