text: use udmabuf for text upload
This commit is contained in:
parent
5758e16658
commit
c008b7ea35
12 changed files with 301 additions and 80 deletions
|
|
@ -821,7 +821,7 @@ pub trait GfxContext: Debug {
|
|||
|
||||
fn create_dmabuf_buffer(
|
||||
&self,
|
||||
dmabuf: &Rc<OwnedFd>,
|
||||
dmabuf: &OwnedFd,
|
||||
offset: usize,
|
||||
size: usize,
|
||||
) -> Result<Rc<dyn GfxBuffer>, GfxError> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue