Skip to content

Commit 0c0df24

Browse files
Only commit hopefully (#8101)
1 parent dd93ed5 commit 0c0df24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wgpu-hal/src/dx12/adapter.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,8 @@ impl super::Adapter {
363363
| wgt::Features::TEXTURE_FORMAT_NV12
364364
| wgt::Features::FLOAT32_FILTERABLE
365365
| wgt::Features::TEXTURE_ATOMIC
366-
| wgt::Features::EXTERNAL_TEXTURE;
366+
| wgt::Features::EXTERNAL_TEXTURE
367+
| wgt::Features::HLSL_DXIL_SHADER_PASSTHROUGH;
367368

368369
//TODO: in order to expose this, we need to run a compute shader
369370
// that extract the necessary statistics out of the D3D12 result.

0 commit comments

Comments
 (0)