mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
remove outdated docs for Adapter::request_device (#7768)
This commit is contained in:
parent
6c7f934af6
commit
18581f38fe
@ -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).
|
- 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)
|
## v25.0.2 (2025-05-24)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|||||||
@ -43,11 +43,6 @@ impl Adapter {
|
|||||||
/// [`Adapter`].
|
/// [`Adapter`].
|
||||||
/// However, `wgpu` does not currently enforce this restriction.
|
/// 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
|
/// # Panics
|
||||||
///
|
///
|
||||||
/// - `request_device()` was already called on this `Adapter`.
|
/// - `request_device()` was already called on this `Adapter`.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user