Portal:OpenGL Objects/Sync Objects: Difference between revisions
Jump to navigation
Jump to search
Portal for sync objects. |
m copyediting. |
||
Line 1: | Line 1: | ||
A '''Sync Object''' is | A '''Sync Object''' is used to detect which commands have finished executing and which have not. [[Sync_Object#Fence|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. |
Revision as of 07:48, 26 February 2013
A Sync Object is 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.