We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5a416 commit d0c9044Copy full SHA for d0c9044
1 file changed
wgpu-types/src/limits.rs
@@ -85,7 +85,7 @@ macro_rules! with_limits {
85
/// - [`Limits::downlevel_defaults()`]. This is a set of limits that is guaranteed to work on almost
86
/// all backends, including "downlevel" backends such as OpenGL and D3D11, other than WebGL. For
87
/// most applications we recommend using these limits, assuming they are high enough for your
88
-/// application, and you do not intent to support WebGL.
+/// application, and you do not intend to support WebGL.
89
/// - [`Limits::downlevel_webgl2_defaults()`] This is a set of limits that is lower even than the
90
/// [`downlevel_defaults()`], configured to be low enough to support running in the browser using
91
/// WebGL2.
0 commit comments