mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 23:04:07 +00:00
Fix Vulkan not advertising TIMESTAMP_QUERY & PIPELINE_STATISTICS_QUERY
This commit is contained in:
parent
ebe2152719
commit
11b5e10c38
@ -210,6 +210,8 @@ impl PhysicalDeviceFeatures {
|
||||
| F::SAMPLED_TEXTURE_BINDING_ARRAY
|
||||
| F::STORAGE_TEXTURE_BINDING_ARRAY
|
||||
| F::BUFFER_BINDING_ARRAY
|
||||
| F::TIMESTAMP_QUERY
|
||||
| F::PIPELINE_STATISTICS_QUERY
|
||||
| F::TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES;
|
||||
let mut dl_flags = Df::all();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user