We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6adb058 commit 9a8dbfbCopy full SHA for 9a8dbfb
cts_runner/test.lst
@@ -73,6 +73,7 @@ webgpu:api,validation,encoding,queries,general:occlusion_query,query_index:*
73
webgpu:shader,validation,extension,dual_source_blending:blend_src_syntax_validation:*
74
webgpu:api,validation,image_copy,buffer_texture_copies:depth_stencil_format,copy_usage_and_aspect:*
75
webgpu:api,validation,image_copy,buffer_texture_copies:depth_stencil_format,copy_buffer_size:*
76
+// image_copy depth/stencil failures on dx12: https://github.com/gfx-rs/wgpu/issues/8133
77
fails-if(dx12) webgpu:api,validation,image_copy,buffer_texture_copies:depth_stencil_format,copy_buffer_offset:format="depth32float";aspect="depth-only";copyType="CopyT2B"
78
fails-if(dx12) webgpu:api,validation,image_copy,buffer_texture_copies:depth_stencil_format,copy_buffer_offset:format="depth24plus-stencil8";aspect="stencil-only";copyType="CopyB2T"
79
fails-if(dx12) webgpu:api,validation,image_copy,buffer_texture_copies:depth_stencil_format,copy_buffer_offset:format="depth24plus-stencil8";aspect="stencil-only";copyType="CopyT2B"
0 commit comments