mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
[core] Update docs for private items. (#6219)
Make `cargo doc --document-private-items` work again in wgpu-core.
This commit is contained in:
parent
64ea7efc04
commit
36124b12c5
@ -82,8 +82,8 @@ pub(crate) enum CommandEncoderStatus {
|
||||
///
|
||||
/// When a `CommandEncoder` is left in this state, we have also
|
||||
/// returned an error result from the function that encountered
|
||||
/// the problem. Future attempts to use the encoder (that is,
|
||||
/// calls to [`CommandBuffer::get_encoder`]) will also return
|
||||
/// the problem. Future attempts to use the encoder (for example,
|
||||
/// calls to [`CommandBuffer::check_recording`]) will also return
|
||||
/// errors.
|
||||
///
|
||||
/// Calling [`Global::command_encoder_finish`] in this state
|
||||
|
Loading…
Reference in New Issue
Block a user