Path: blob/main_old/extensions/CHROMIUM_sync_query.txt
1693 views
Name12CHROMIUM_sync_query34Name Strings56GL_CHROMIUM_sync_query78Version910Last Modifed Date: April 15, 20141112Dependencies1314OpenGL ES 2.0 is required.1516EXT_occlusion_query_boolean is required.1718Overview1920This extension provides a query mechanism that allow for synchronization21between the host CPU and the GPU, which may be accessing the same22resources (typically memory).2324This extension is useful in conjunction with CHROMIUM_map_image to25determine when it is safe to access a mapped image. Once the result of26a COMMANDS_COMPLETED_CHROMIUM query is available, all drawing commands27issued before the query must have finished. This ensures that the memory28corresponding to the issued commands can be safely modified (assuming no29other outstanding drawing commands are issued subsequent to the query).3031New Procedures and Functions3233None.3435Errors3637None.3839New Tokens4041Accepted by the <target> parameter of BeginQueryEXT, EndQueryEXT,42and GetQueryivEXT:4344COMMANDS_COMPLETED_CHROMIUM 0x84F74546New State4748None.4950Revision History51524/15/2014 Documented the extension535455