Skip to content

Do not render partially updated framebuffers

Luca Carlon requested to merge lcarlon/krdc:partial_updates into master

A complete framebuffer update can be composed of multiple rect updates notified by the GotFrameBufferUpdate callback. Instead of displaying partially updated framebuffers, use FinishedFrameBufferUpdate to display only complete framebuffers.

Merge request reports

Loading