mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-06 07:06:10 +00:00
c/client: Fix comment.
This commit is contained in:
parent
1f273f37df
commit
969c78efbd
|
@ -296,8 +296,7 @@ client_gl_compositor_layer_commit(struct xrt_compositor *xc, int64_t frame_id, x
|
||||||
xret = c->insert_fence(xc, &sync_handle);
|
xret = c->insert_fence(xc, &sync_handle);
|
||||||
} else {
|
} else {
|
||||||
/*!
|
/*!
|
||||||
* @hack: The swapchain images should have been externally
|
* @todo The swapchain images should have been externally synchronized.
|
||||||
* synchronized.
|
|
||||||
*/
|
*/
|
||||||
glFlush();
|
glFlush();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue