small documentation error
This commit is contained in:
parent
e5010b8ab8
commit
b629a80254
1 changed files with 0 additions and 1 deletions
|
|
@ -56,7 +56,6 @@ pub trait Compositor: Sized {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Result of an unsuccessful call to [`Compositor::draw`].
|
/// Result of an unsuccessful call to [`Compositor::draw`].
|
||||||
/// Result of an unsuccessful call to [`SwapChain::get_current_frame`].
|
|
||||||
#[derive(Clone, PartialEq, Eq, Debug)]
|
#[derive(Clone, PartialEq, Eq, Debug)]
|
||||||
pub enum SwapChainError {
|
pub enum SwapChainError {
|
||||||
/// A timeout was encountered while trying to acquire the next frame.
|
/// A timeout was encountered while trying to acquire the next frame.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue