Skip to content

Commit dd3f0c3

Browse files
cwfitzgeralddavnotdev
authored andcommitted
Enable Storage Texture Binding Arrays on DX12 (gfx-rs#6956)
1 parent 389e5db commit dd3f0c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wgpu-hal/src/dx12/adapter.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ impl super::Adapter {
339339

340340
features.set(
341341
wgt::Features::TEXTURE_BINDING_ARRAY
342+
| wgt::Features::STORAGE_RESOURCE_BINDING_ARRAY
342343
| wgt::Features::UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING
343344
| wgt::Features::SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING,
344345
shader_model >= naga::back::hlsl::ShaderModel::V5_1,

0 commit comments

Comments
 (0)