Only commit hopefully (#8101)

This commit is contained in:
SupaMaggie70Incorporated 2025-08-14 08:03:06 -05:00 committed by GitHub
parent dd93ed5975
commit 0c0df249cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.