File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
examples/src/timestamp_queries Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5
5
//! * passing `wgpu::RenderPassTimestampWrites`/`wgpu::ComputePassTimestampWrites` during render/compute pass creation.
6
6
//! This writes timestamps for the beginning and end of a given pass.
7
7
//! (enabled with wgpu::Features::TIMESTAMP_QUERY)
8
- //! * `wgpu::CommandEncoder::write_timestamp` writes a between any commands recorded on an encoder.
8
+ //! * `wgpu::CommandEncoder::write_timestamp` writes a timestamp between any commands recorded on an encoder.
9
9
//! (enabled with wgpu::Features::TIMESTAMP_QUERY_INSIDE_ENCODERS)
10
10
//! * `wgpu::RenderPass/ComputePass::write_timestamp` writes a timestamp within commands of a render pass.
11
11
//! Note that some GPU architectures do not support this.
You can’t perform that action at this time.
0 commit comments