Open munrocket opened 6 months ago
The reason why it's not working because we need after .request_adapter() check existed features and request device with them.
const QUERY_FEATURES: wgpu::Features = { wgpu::Features::TIMESTAMP_QUERY .union(wgpu::Features::TIMESTAMP_QUERY_INSIDE_PASSES) .union(wgpu::Features::PIPELINE_STATISTICS_QUERY) };
Also exists wgpu-profiler crate. Right now wgpu::Features::empty().
wgpu::Features::empty()
The reason why it's not working because we need after .request_adapter() check existed features and request device with them.
Also exists wgpu-profiler crate. Right now
wgpu::Features::empty()
.