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 dd93ed5 commit 0c0df24Copy full SHA for 0c0df24
wgpu-hal/src/dx12/adapter.rs
@@ -363,7 +363,8 @@ impl super::Adapter {
363
| wgt::Features::TEXTURE_FORMAT_NV12
364
| wgt::Features::FLOAT32_FILTERABLE
365
| wgt::Features::TEXTURE_ATOMIC
366
- | wgt::Features::EXTERNAL_TEXTURE;
+ | wgt::Features::EXTERNAL_TEXTURE
367
+ | wgt::Features::HLSL_DXIL_SHADER_PASSTHROUGH;
368
369
//TODO: in order to expose this, we need to run a compute shader
370
// that extract the necessary statistics out of the D3D12 result.
0 commit comments