Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define presentation compositor #61

Merged
merged 4 commits into from
Feb 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spec/imsc-hrm.html
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,8 @@ <h2>Architecture</h2>
<a>Intermediate Synchronic Documents</a> E<sub>i</sub> obtained from an input <a>IMSC Document Instance</a>:</p>
<ul>
<li><a>non-empty ISDs</a> are processed using a simple double buffering model: while a <a>non-empty ISD</a>
E<sub>n</sub> is being painted into a Back Buffer, the previous <a>non-empty ISD</a> E<sub>m</sub> is available
for display in a Front Buffer; and</li>
E<sub>n</sub> is being painted into a Back Buffer by the Presentation Compositor, the previous <a>non-empty
nigelmegitt marked this conversation as resolved.
Show resolved Hide resolved
ISD</a> E<sub>m</sub> is available for display in a Front Buffer; and</li>
<li><a>empty ISDs</a> merely disconnect the Front Buffer from the display when presented,
i.e., presenting an <a>empty ISD</a> is equivalent to presenting nothing.</li>
</ul>
Expand Down