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 55//! * passing `wgpu::RenderPassTimestampWrites`/`wgpu::ComputePassTimestampWrites` during render/compute pass creation.
66//! This writes timestamps for the beginning and end of a given pass.
77//! (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.
99//! (enabled with wgpu::Features::TIMESTAMP_QUERY_INSIDE_ENCODERS)
1010//! * `wgpu::RenderPass/ComputePass::write_timestamp` writes a timestamp within commands of a render pass.
1111//! Note that some GPU architectures do not support this.
You can’t perform that action at this time.
0 commit comments