remove outdated docs for Adapter::request_device (#7768)

This commit is contained in:
tesselode 2025-06-07 05:48:40 -04:00 committed by GitHub
parent 6c7f934af6
commit 18581f38fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View File

@ -123,6 +123,12 @@ Naga now infers the correct binding layout when a resource appears only in an as
- Allow scalars as the first argument of the `distance` built-in function. By @bernhl in [#7530](https://github.com/gfx-rs/wgpu/pull/7530).
### Documentation
#### General
- Remove outdated information about `Adapter::request_device`. By @tesselode in [#7768](https://github.com/gfx-rs/wgpu/pull/7768)
## v25.0.2 (2025-05-24)
### Bug Fixes

View File

@ -43,11 +43,6 @@ impl Adapter {
/// [`Adapter`].
/// However, `wgpu` does not currently enforce this restriction.
///
/// # Arguments
///
/// - `desc` - Description of the features and limits requested from the given device.
/// - `trace` - Can be used for API call tracing, if the feature is enabled.
///
/// # Panics
///
/// - `request_device()` was already called on this `Adapter`.