metal: make post_commit_margin configurable
This commit is contained in:
parent
76b0f2f734
commit
02ece60909
24 changed files with 224 additions and 55 deletions
|
|
@ -83,6 +83,7 @@ pub struct OutputNode {
|
|||
pub latch_event: EventSource<dyn LatchListener>,
|
||||
pub vblank_event: EventSource<dyn VblankListener>,
|
||||
pub presentation_event: EventSource<dyn PresentationListener>,
|
||||
pub flip_margin_ns: Cell<Option<u64>>,
|
||||
}
|
||||
|
||||
pub trait LatchListener {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue