Path: blob/main_old/extensions/EGL_ANGLE_create_context_client_arrays.txt
1693 views
Name12ANGLE_create_context_client_arrays34Name Strings56EGL_ANGLE_create_context_client_arrays78Contributors910Geoff Lang1112Contacts1314Geoff Lang (geofflang 'at' google.com)1516Status1718Draft1920Version2122Version 1, February 13, 20162324Number2526EGL Extension #??2728Dependencies2930Requires EGL 1.4.3132Written against the EGL 1.4 specification.3334An OpenGL ES implementation supporting GL_ANGLE_client_arrays or equivalent35functionality is required.3637Overview3839This extension allows the creation of an OpenGL or OpenGL ES context that40allows or disallows drawing with client-side vertex or index data.4142New Types4344None4546New Procedures and Functions4748None4950New Tokens5152Accepted as an attribute name in the <*attrib_list> argument to53eglCreateContext:5455EGL_CONTEXT_CLIENT_ARRAYS_ENABLED_ANGLE 0x34525657Additions to the EGL 1.4 Specification5859Add the following to section 3.7.1 "Creating Rendering Contexts":6061EGL_CONTEXT_CLIENT_ARRAYS_ENABLED_ANGLE indicates whether the context62should be created with the GL_CLIENT_ARRAYS_ANGLE state initialized to63GL_TRUE or GL_FALSE. The default value of64EGL_CONTEXT_CLIENT_ARRAYS_ENABLED_ANGLE is EGL_FALSE.6566Errors6768None6970New State7172None7374Conformance Tests7576TBD7778Issues7980None8182Revision History8384Rev. Date Author Changes85---- ------------- --------- ----------------------------------------861 Feb 13, 2016 geofflang Initial version878889