mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
Fix missing word in comment (#6168)
This commit is contained in:
parent
338678ad5f
commit
070f760940
@ -5,7 +5,7 @@
|
|||||||
//! * passing `wgpu::RenderPassTimestampWrites`/`wgpu::ComputePassTimestampWrites` during render/compute pass creation.
|
//! * passing `wgpu::RenderPassTimestampWrites`/`wgpu::ComputePassTimestampWrites` during render/compute pass creation.
|
||||||
//! This writes timestamps for the beginning and end of a given pass.
|
//! This writes timestamps for the beginning and end of a given pass.
|
||||||
//! (enabled with wgpu::Features::TIMESTAMP_QUERY)
|
//! (enabled with wgpu::Features::TIMESTAMP_QUERY)
|
||||||
//! * `wgpu::CommandEncoder::write_timestamp` writes a between any commands recorded on an encoder.
|
//! * `wgpu::CommandEncoder::write_timestamp` writes a timestamp between any commands recorded on an encoder.
|
||||||
//! (enabled with wgpu::Features::TIMESTAMP_QUERY_INSIDE_ENCODERS)
|
//! (enabled with wgpu::Features::TIMESTAMP_QUERY_INSIDE_ENCODERS)
|
||||||
//! * `wgpu::RenderPass/ComputePass::write_timestamp` writes a timestamp within commands of a render pass.
|
//! * `wgpu::RenderPass/ComputePass::write_timestamp` writes a timestamp within commands of a render pass.
|
||||||
//! Note that some GPU architectures do not support this.
|
//! Note that some GPU architectures do not support this.
|
||||||
|
Loading…
Reference in New Issue
Block a user