summaryrefslogtreecommitdiffstats
path: root/wgpu/src/shader/blit.wgsl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--wgpu/src/shader/blit.wgsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/src/shader/blit.wgsl b/wgpu/src/shader/blit.wgsl
index 7a987c2c..694f192e 100644
--- a/wgpu/src/shader/blit.wgsl
+++ b/wgpu/src/shader/blit.wgsl
@@ -40,4 +40,4 @@ fn vs_main(input: VertexInput) -> VertexOutput {
[[stage(fragment)]]
fn fs_main(input: VertexOutput) -> [[location(0)]] vec4<f32> {
return textureSample(u_texture, u_sampler, input.uv);
-} \ No newline at end of file
+}