From e39cf7a11f572ef6815f06411e97905deda0acbc Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Wed, 23 Feb 2022 00:18:01 -0500 Subject: [PATCH] Typo in readme --- .gitignore | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 52a6ae4010..fb57a85163 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,6 @@ wgpu/red.png # Readme says to check out CTS here cts/ + +# Readme says to put angle in working directory +*.dll diff --git a/README.md b/README.md index 11c526e9e9..ec9a9ed283 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Both [HLSL](https://github.com/Microsoft/DirectXShaderCompiler) and [GLSL](https have compilers to target SPIR-V. All of these shader languages can be used with any backend, we will handle all of the conversion. Additionally, support for these shader inputs is not going away. -While WebGPU does not support any shader language other than WGSL, we will automatically convert your +While WebGPU does not support any shading language other than WGSL, we will automatically convert your non-WGSL shaders if you're running on WebGPU. WGSL is always supported by default, but GLSL and SPIR-V need features enabled to compile in support.