autocommit 2022-04-28 19:49:51 CEST
This commit is contained in:
parent
bd63f3f5f1
commit
1242a6c1e1
31 changed files with 707 additions and 64 deletions
|
|
@ -85,6 +85,10 @@ pub enum MetalError {
|
|||
Framebuffer(#[source] DrmError),
|
||||
#[error("Could not import a framebuffer into EGL")]
|
||||
ImportFb(#[source] RenderError),
|
||||
#[error("Could not import a texture into EGL")]
|
||||
ImportTexture(#[source] RenderError),
|
||||
#[error("Could not import an image into EGL")]
|
||||
ImportImage(#[source] RenderError),
|
||||
#[error("Could not perform modeset")]
|
||||
Modeset(#[source] DrmError),
|
||||
#[error("Could not enable atomic modesetting")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue