Skip to content

Commit b7fd4bc

Browse files
committed
kms/device: Fix render_formats
1 parent 18a1ba2 commit b7fd4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/kms/device.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ impl State {
249249
.ok()
250250
.and_then(std::convert::identity)
251251
.unwrap_or(drm_node);
252-
let render_formats = egl.context.dmabuf_texture_formats().clone();
252+
let render_formats = egl.context.dmabuf_render_formats().clone();
253253

254254
(render_node, render_formats, egl.device.is_software())
255255
};

0 commit comments

Comments
 (0)