From 41fef0a735b6bad1fca7032f1c6978b17e632808 Mon Sep 17 00:00:00 2001 From: SupaMaggie70 Date: Thu, 14 Aug 2025 01:21:23 -0500 Subject: [PATCH] Only commit hopefully --- wgpu-hal/src/dx12/adapter.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wgpu-hal/src/dx12/adapter.rs b/wgpu-hal/src/dx12/adapter.rs index fd045ea03d..1f57fa6901 100644 --- a/wgpu-hal/src/dx12/adapter.rs +++ b/wgpu-hal/src/dx12/adapter.rs @@ -363,7 +363,8 @@ impl super::Adapter { | wgt::Features::TEXTURE_FORMAT_NV12 | wgt::Features::FLOAT32_FILTERABLE | wgt::Features::TEXTURE_ATOMIC - | wgt::Features::EXTERNAL_TEXTURE; + | wgt::Features::EXTERNAL_TEXTURE + | wgt::Features::HLSL_DXIL_SHADER_PASSTHROUGH; //TODO: in order to expose this, we need to run a compute shader // that extract the necessary statistics out of the D3D12 result.