metal: emulate vblank events on the nvidia driver
This commit is contained in:
parent
d2b6831ce4
commit
ed65fa07a4
7 changed files with 41 additions and 4 deletions
|
|
@ -305,6 +305,7 @@ pub struct ConnectorData {
|
|||
pub drm_dev: Option<Rc<DrmDevData>>,
|
||||
pub async_event: Rc<AsyncEvent>,
|
||||
pub damaged: Cell<bool>,
|
||||
pub needs_vblank_emulation: Cell<bool>,
|
||||
}
|
||||
|
||||
pub struct OutputData {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue