mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-02-21 11:22:42 +00:00
minor typo
GSLS -> GLSL
This commit is contained in:
parent
ddac6a369b
commit
8acde0b0e1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user