mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
webgpu: destroy GPUTexture without erroring (#33534)
* destroy GPUTexture without erroring (errors can be safely ignored) Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> * Update expectations Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
43d92ecbcb
commit
6f797709cf
4 changed files with 8 additions and 2134 deletions
|
@ -151,10 +151,7 @@ pub enum WebGPURequest {
|
|||
},
|
||||
DestroyBuffer(id::BufferId),
|
||||
DestroyDevice(id::DeviceId),
|
||||
DestroyTexture {
|
||||
device_id: id::DeviceId,
|
||||
texture_id: id::TextureId,
|
||||
},
|
||||
DestroyTexture(id::TextureId),
|
||||
DestroySwapChain {
|
||||
context_id: WebGPUContextId,
|
||||
image_key: ImageKey,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue