mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
[wgpu-types] Minor doc typo (#3608)
This commit is contained in:
@@ -5314,7 +5314,7 @@ pub enum TextureSampleType {
|
||||
/// Example WGSL syntax:
|
||||
/// ```rust,ignore
|
||||
/// @group(0) @binding(0)
|
||||
/// var t: texure_2d<f32>;
|
||||
/// var t: texture_2d<f32>;
|
||||
/// ```
|
||||
///
|
||||
/// Example GLSL syntax:
|
||||
|
||||
Reference in New Issue
Block a user