ComputeParticlesTest: Update shaders

This commit is contained in:
SirLynix
2023-07-21 08:58:50 +02:00
committed by Jérôme Leclercq
parent d94d5415a3
commit c30b498216
2 changed files with 7 additions and 4 deletions

View File

@@ -22,9 +22,9 @@ fn main(input: Input)
let outputColor = vec4[f32]
(
(pow(1.0 - length(uv), 20.0)).xxx,
(pow(1.0 - length(uv), 10.0)).xxx,
1.0
);
output_tex.Write(indices, outputColor);
}
}