Path: blob/main_old/extensions/ANGLE_program_binary.txt
1693 views
Name12ANGLE_program_binary34Name Strings56GL_ANGLE_program_binary78Contributors910Alastair Patrick, Google Inc.11Daniel Koch, TransGaming Inc.1213Contact1415Alastair Patrick, Google Inc. (apatrick 'at' google 'dot' com)1617Status1819Under development.2021Version2223Last Modifed Date: June 6, 201224Revision: #12526Number2728TBD2930Dependencies3132OpenGL ES 2.0 is required.33OES_get_program_binary is required.34This extension is written against the OpenGL ES 2.0.25 specification.3536Overview3738This extension makes available a program binary format,39PROGRAM_BINARY_ANGLE. It enables retrieving and loading of pre-linked40ANGLE program objects.4142New Procedures and Functions4344None4546New Tokens4748Accepted by the <binaryFormat> parameter of ProgramBinaryOES:4950PROGRAM_BINARY_ANGLE 0x93A65152Additions to Chapter 2 of the OpenGL-ES 2.0 Specification (OpenGL Operation)5354Add the following paragraph to the end of section 2.15.4, Program Binaries:5556"PROGRAM_BINARY_ANGLE, returned in the list of PROGRAM_BINARY_FORMATS_OES,57is a format that may be loaded into a program object via ProgramBinaryOES."5859Additions to Chapter 3 of the OpenGL ES 2.0 specification (Rasterizatoin)6061None.6263Additions to Chapter 4 of the OpenGL ES 2.0 specification (Per-Fragment64Operations and the Framebuffer)6566None.6768Additions to Chapter 5 of the OpenGL ES 2.0 Specification (Special69Functions)7071None.7273Additions to Chapter 6 of the OpenGL ES 2.0 Specification (State and State74Requests)7576None.7778Errors7980None8182New State8384None.8586Issues8788None8990Revision History919206/06/2012 apatrick intial revision93949596