Path: blob/main_old/extensions/EGL_ANGLE_create_context_extensions_enabled.txt
1693 views
Name12ANGLE_create_context_extensions_enabled34Name Strings56EGL_ANGLE_create_context_extensions_enabled78Contributors910Geoff Lang1112Contacts1314Geoff Lang (geofflang 'at' google.com)1516Status1718Draft1920Version2122Version 1, Marchh 14, 20182324Number2526EGL Extension #??2728Dependencies2930This extension is written against the wording of the EGL 1.431Specification.3233This extension has interactions with34EGL_ANGLE_create_context_webgl_compatibility.3536Overview3738This extension allows the creation of an OpenGL or OpenGL ES context that39enables or disables all requestable extensions by default.4041New Types4243None4445New Procedures and Functions4647None4849New Tokens5051Accepted as an attribute name in the <*attrib_list> argument to52eglCreateContext:5354EGL_EXTENSIONS_ENABLED_ANGLE 0x345F5556Additions to the EGL 1.4 Specification5758Add the following to section 3.7.1 "Creating Rendering Contexts":5960EGL_EXTENSIONS_ENABLED_ANGLE indicates whether the context should be61created with all requestable extensions initially enabled or disabled. The62default value of EGL_EXTENSIONS_ENABLED_ANGLE is EGL_TRUE. However, if63EGL_ANGLE_create_context_webgl_compatibility is also supported and64EGL_CONTEXT_WEBGL_COMPATIBILITY_ANGLE has a value of EGL_TRUE, the default65value of EGL_EXTENSIONS_ENABLED_ANGLE is EGL_FALSE.6667Errors6869None7071New State7273None7475Conformance Tests7677TBD7879Issues8081None8283Revision History8485Rev. Date Author Changes86---- ------------- --------- ----------------------------------------871 Mar 14, 2018 geofflang Initial version888990