kms/device: Fix render_formats
This commit is contained in:
parent
18a1ba2d26
commit
b7fd4bc781
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ impl State {
|
||||||
.ok()
|
.ok()
|
||||||
.and_then(std::convert::identity)
|
.and_then(std::convert::identity)
|
||||||
.unwrap_or(drm_node);
|
.unwrap_or(drm_node);
|
||||||
let render_formats = egl.context.dmabuf_texture_formats().clone();
|
let render_formats = egl.context.dmabuf_render_formats().clone();
|
||||||
|
|
||||||
(render_node, render_formats, egl.device.is_software())
|
(render_node, render_formats, egl.device.is_software())
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue