minor typo

GSLS -> GLSL
This commit is contained in:
CatCode79 2021-11-21 12:29:57 +01:00 committed by GitHub
parent ddac6a369b
commit 8acde0b0e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -748,7 +748,7 @@ pub enum ShaderSource<'a> {
/// is passed to `gfx-rs` and `spirv_cross` for translation.
#[cfg(feature = "spirv")]
SpirV(Cow<'a, [u32]>),
/// GSLS module as a string slice.
/// GLSL module as a string slice.
///
/// wgpu will attempt to parse and validate it. The module will get
/// passed to wgpu-core where it will translate it to the required languages.