vulkan: optimize shm handling
This commit is contained in:
parent
03c02be34c
commit
af80fada6c
14 changed files with 629 additions and 413 deletions
|
|
@ -528,6 +528,7 @@ pub trait GfxContext: Debug {
|
|||
width: i32,
|
||||
height: i32,
|
||||
stride: i32,
|
||||
damage: Option<&[Rect]>,
|
||||
) -> Result<Rc<dyn GfxTexture>, GfxError>;
|
||||
|
||||
fn gbm(&self) -> &GbmDevice;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue