gfx-api: add support for syncobj synchronization
This commit is contained in:
parent
80a69ba7ef
commit
7e6facf4e3
20 changed files with 323 additions and 159 deletions
|
|
@ -514,8 +514,8 @@ impl CursorUser {
|
|||
&cd,
|
||||
);
|
||||
match res {
|
||||
Ok(sync_file) => {
|
||||
hc.swap_buffer(sync_file);
|
||||
Ok(sync) => {
|
||||
hc.swap_buffer(sync);
|
||||
}
|
||||
Err(e) => {
|
||||
log::error!("Could not render hardware cursor: {}", ErrorFmt(e));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue