mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-02-16 17:02:32 +00:00
Request INDIRECT_FIRST_INSTANCE feature in vertex_indices test
This commit is contained in:
parent
b3490de69d
commit
96b1e162c5
@ -465,6 +465,7 @@ static VERTEX_INDICES: GpuTestConfiguration = GpuTestConfiguration::new()
|
||||
.parameters(
|
||||
TestParameters::default()
|
||||
.test_features_limits()
|
||||
.features(wgpu::Features::VERTEX_WRITABLE_STORAGE),
|
||||
.features(wgpu::Features::VERTEX_WRITABLE_STORAGE)
|
||||
.features(wgpu::Features::INDIRECT_FIRST_INSTANCE),
|
||||
)
|
||||
.run_async(vertex_index_common);
|
||||
|
Loading…
Reference in New Issue
Block a user