mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 23:04:07 +00:00
fix typo (#2393)
This commit is contained in:
parent
5b2b6f514b
commit
4612cdfba5
@ -937,7 +937,7 @@ pub struct ComputePass<'a> {
|
||||
/// It only supports a handful of render commands, but it makes them reusable. [`RenderBundle`]s
|
||||
/// can be executed onto a [`CommandEncoder`] using [`RenderPass::execute_bundles`].
|
||||
///
|
||||
/// Executing a [`RenderBundle`] is often more efficient then issuing the underlying commands manually.
|
||||
/// Executing a [`RenderBundle`] is often more efficient than issuing the underlying commands manually.
|
||||
#[derive(Debug)]
|
||||
pub struct RenderBundleEncoder<'a> {
|
||||
context: Arc<C>,
|
||||
@ -953,7 +953,7 @@ pub struct RenderBundleEncoder<'a> {
|
||||
/// It only supports a handful of render commands, but it makes them reusable. [`RenderBundle`]s
|
||||
/// can be executed onto a [`CommandEncoder`] using [`RenderPass::execute_bundles`].
|
||||
///
|
||||
/// Executing a [`RenderBundle`] is often more efficient then issuing the underlying commands manually.
|
||||
/// Executing a [`RenderBundle`] is often more efficient than issuing the underlying commands manually.
|
||||
#[derive(Debug)]
|
||||
pub struct RenderBundle {
|
||||
context: Arc<C>,
|
||||
|
Loading…
Reference in New Issue
Block a user