Skip to content

Commit

Permalink
docs: remove last paragraph from CommandBuffer::data (#6680)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler authored Dec 7, 2024
1 parent 76f307c commit f8b67a7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions wgpu-core/src/command/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -461,11 +461,6 @@ pub struct CommandBuffer {
label: String,

/// The mutable state of this command buffer.
///
/// This `Option` is populated when the command buffer is first created.
/// When this is submitted, dropped, or destroyed, its contents are
/// extracted into a [`BakedCommands`] by
/// [`CommandBufferMutable::into_baked_commands`].
pub(crate) data: Mutex<CommandEncoderStatus>,
}

Expand Down

0 comments on commit f8b67a7

Please sign in to comment.