mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
Update lib.rs (#2634)
This commit is contained in:
parent
ebca3298f0
commit
6fadbdecf2
@ -581,7 +581,7 @@ impl Features {
|
||||
/// Represents the sets of limits an adapter/device supports.
|
||||
///
|
||||
/// We provide three different defaults.
|
||||
/// - [`Limits::downlevel_defaults()`]. This is a set of limits that is guarenteed to work on almost
|
||||
/// - [`Limits::downlevel_defaults()`]. This is a set of limits that is guaranteed to work on almost
|
||||
/// all backends, including "downlevel" backends such as OpenGL and D3D11, other than WebGL. For
|
||||
/// most applications we recommend using these limits, assuming they are high enough for your
|
||||
/// application, and you do not intent to support WebGL.
|
||||
|
Loading…
Reference in New Issue
Block a user