Path: blob/main_old/extensions/EGL_ANGLE_create_surface_swap_interval.txt
1693 views
Name12ANGLE_create_surface_swap_interval34Name Strings56EGL_ANGLE_create_surface_swap_interval78Contributors910Jamie Madill1112Contacts1314Jamie Madill (jmadill 'at' google.com)1516Status1718Draft1920Version2122Version 1, Aug 16, 20212324Number2526EGL Extension #??2728Dependencies2930Requires EGL 1.5.3132Written against the EGL 1.5 specification.3334Overview3536This extension allows the user to create a surface with a specified37swap interval, instead of first creating the surface then using38eglSwapInterval to change the default. In some cases this can lead to39less reconfiguration during surface initialization.4041New Types4243None4445New Procedures and Functions4647None4849New Tokens5051Accepted as an attribute name in the <*attrib_list> argument to52eglCreateWindowSurface:5354EGL_SWAP_INTERVAL_ANGLE 0x322F5556Additions to the EGL 1.5 Specification5758Append to section 3.5.1 "Creating On-Screen Rendering Surfaces"5960EGL_SWAP_INTERVAL_ANGLE specifies the initial swap interval used when61that will elapse before a buffer swap takes place.62The default value of EGL_SWAP_INTERVAL_ANGLE is 1.6364Errors6566None6768New State6970None7172Conformance Tests7374TBD7576Issues7778None7980Revision History8182Rev. Date Author Changes83---- ------------- --------- ----------------------------------------841 Aug 16, 2021 jmadill Initial version858687