gfx: add GfxBlendBuffer
This commit is contained in:
parent
446779ab83
commit
a7cb2ee42a
14 changed files with 107 additions and 23 deletions
|
|
@ -88,6 +88,7 @@ pub fn take_screenshot(
|
|||
false,
|
||||
false,
|
||||
Transform::None,
|
||||
None,
|
||||
)?;
|
||||
let drm = match allocator.drm() {
|
||||
Some(drm) => Some(drm.dup_render()?.fd().clone()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue