Skip to content
Commit 0349f152 authored by Simon Ser's avatar Simon Ser Committed by Daniel Stone
Browse files

clients/simple-dmabuf-egl: do not block until rendering completes



glFinish() blocks until all commands have finished. This is
unnecessary: we can use glFlush() and rely on implicit sync
instead.

Signed-off-by: Simon Ser's avatarSimon Ser <contact@emersion.fr>
parent 3523de6b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment