wayland: add support for NV12 format
This commit is contained in:
parent
95327685c1
commit
97e8d487a0
15 changed files with 182 additions and 119 deletions
|
|
@ -88,4 +88,12 @@ pub enum RenderError {
|
|||
XRGB888,
|
||||
#[error("The DRM device does not have a render node")]
|
||||
NoRenderNode,
|
||||
#[error("The requested format is not supported")]
|
||||
UnsupportedFormat,
|
||||
#[error("The requested modifier is not supported")]
|
||||
UnsupportedModifier,
|
||||
#[error("Image is external only and cannot be rendered to")]
|
||||
ExternalOnly,
|
||||
#[error("OpenGL context does not support external textures")]
|
||||
ExternalUnsupported,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue