gfx: add GfxBlendBuffer
This commit is contained in:
parent
446779ab83
commit
a7cb2ee42a
14 changed files with 107 additions and 23 deletions
|
|
@ -245,6 +245,7 @@ impl ExtImageCopyCaptureFrameV1 {
|
|||
true,
|
||||
false,
|
||||
jay_config::video::Transform::None,
|
||||
None,
|
||||
)
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -202,6 +202,7 @@ impl JayScreencast {
|
|||
false,
|
||||
false,
|
||||
Transform::None,
|
||||
None,
|
||||
);
|
||||
match res {
|
||||
Ok(_) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue