This commit is contained in:
2026-02-11 15:05:56 +01:00
parent 311ca48092
commit fecc1f1718
8 changed files with 1051 additions and 60 deletions

View File

@@ -54,6 +54,6 @@ fn fragment(in: FullscreenVertexOutput) -> @location(0) vec4<f32> {
// Sample each color channel with an arbitrary shift
return vec4<f32>(
final_gray, final_gray, final_gray, a
final_gray, final_gray, final_gray, 0.0
);
}