Merge branch 'master' into beacon
This commit is contained in:
commit
ebfcb65841
41 changed files with 805 additions and 589 deletions
|
|
@ -130,6 +130,9 @@ pub enum SurfaceError {
|
|||
/// There is no more memory left to allocate a new frame.
|
||||
#[error("There is no more memory left to allocate a new frame")]
|
||||
OutOfMemory,
|
||||
/// Acquiring a texture failed with a generic error.
|
||||
#[error("Acquiring a texture failed with a generic error")]
|
||||
Other,
|
||||
}
|
||||
|
||||
/// Contains information about the graphics (e.g. graphics adapter, graphics backend).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue