mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Includes the following minor functional fixes to deno_webgpu: * Don't throw an error immediately when `create_buffer` is called with invalid usage flags. * Implement `on_submitted_work_done`. * Correct validation of GPUExtent3D element count. * Run without tracing (instead of panic) if the DENO_WEBGPU_TRACE env var is not set. Fixes #6838
16 lines
746 B
Plaintext
16 lines
746 B
Plaintext
unittests:*
|
|
webgpu:api,operation,command_buffer,basic:*
|
|
webgpu:api,operation,compute,basic:memcpy:*
|
|
//FAIL: webgpu:api,operation,compute,basic:large_dispatch:*
|
|
webgpu:api,operation,device,lost:*
|
|
webgpu:api,operation,rendering,basic:clear:*
|
|
webgpu:api,operation,rendering,basic:fullscreen_quad:*
|
|
//FAIL: webgpu:api,operation,rendering,basic:large_draw:*
|
|
webgpu:api,operation,rendering,color_target_state:blending,GPUBlendComponent:*
|
|
webgpu:api,operation,rendering,color_target_state:blending,formats:*
|
|
webgpu:api,operation,rendering,color_target_state:blend_constant,setting:*
|
|
webgpu:api,operation,rendering,depth:*
|
|
webgpu:api,operation,rendering,draw:*
|
|
// https://github.com/gfx-rs/wgpu/issues/7391
|
|
//FAIL: webgpu:api,operation,uncapturederror:*
|