7 GL_CHROMIUM_lose_context
11 Last Modifed Date: December 17, 2012
15 OpenGL ES 2.0 is required.
19 This extension allows an application to force a lost context event.
20 This is useful for debugging that an app can correctly handle the context
31 New Procedures and Functions
33 void LoseContextCHROMIUM (GLenum current, GLenum other)
35 Causes the current context and all other contexts in the same share group
36 to become lost. <current> and <other> can each be one of:
38 GL_GUILTY_CONTEXT_RESET_EXT
39 GL_INNOCENT_CONTEXT_RESET_EXT
40 GL_UNKNOWN_CONTEXT_RESET_EXT
42 INVALID_ENUM is generated if <current> or <other> is not one of the values
55 12/17/2012 Documented the extension