From df21a35be1228aebd9898d55f1ec6a07152b96a1 Mon Sep 17 00:00:00 2001 From: Ari Date: Sat, 10 Jul 2021 03:04:39 -0500 Subject: [PATCH] Why'll should be While --- docs/news/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/news/README.md b/docs/news/README.md index 362058e6..7a2571b5 100644 --- a/docs/news/README.md +++ b/docs/news/README.md @@ -8,7 +8,7 @@ The `imgui_wgpu` and `wgpu_glyph` crates have been updated to `wgpu` 0.8 so I wa ### The GLSL shaders have been translated to WGSL -Originally I wanted to wait until the WGSL spec fully stabilized, but due to some issues with the GLSL code, I've decided to switch over the code now. Why'll GLSL is supported by WebGPU, it's currently secondary to WGSL. I'll keep an example of how to use GLSL (and maybe add HLSL and Metal as well), but I'm going to use WGSL from now on. +Originally I wanted to wait until the WGSL spec fully stabilized, but due to some issues with the GLSL code, I've decided to switch over the code now. While GLSL is supported by WebGPU, it's currently secondary to WGSL. I'll keep an example of how to use GLSL (and maybe add HLSL and Metal as well), but I'm going to use WGSL from now on. ### Shaderc has been removed