mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Add GPUSupportedFeatures and update GPUSupportedLimits (#30359)
* GPUSupportedFeatures * New supported limits * Update expectations
This commit is contained in:
parent
6ea394a701
commit
d22d97f8c8
12 changed files with 243 additions and 17058 deletions
|
@ -144,6 +144,7 @@ impl AsyncWGPUListener for GPU {
|
|||
Ok(WebGPUResponse::RequestAdapter {
|
||||
adapter_info,
|
||||
adapter_id,
|
||||
features,
|
||||
limits,
|
||||
channel,
|
||||
}) => {
|
||||
|
@ -156,6 +157,7 @@ impl AsyncWGPUListener for GPU {
|
|||
adapter_id.0.backend()
|
||||
)),
|
||||
Heap::default(),
|
||||
features,
|
||||
limits,
|
||||
adapter_info,
|
||||
adapter_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue