Portal:OpenGL Objects/Sync Objects: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Portal for sync objects.
(No difference)

Revision as of 07:47, 26 February 2013

A Sync Object is an object used to detect which commands have finished executing and which have not. Fence sync objects can be inserted into the command stream, and the user can query when they've completed. Since all OpenGL commands complete in order, if a fence object has completed, so have all operations issued before the fence.