michael@0: Name michael@0: michael@0: ANGLE_program_binary michael@0: michael@0: Name Strings michael@0: michael@0: GL_ANGLE_program_binary michael@0: michael@0: Contributors michael@0: michael@0: Alastair Patrick, Google Inc. michael@0: Daniel Koch, TransGaming Inc. michael@0: michael@0: Contact michael@0: michael@0: Alastair Patrick, Google Inc. (apatrick 'at' google 'dot' com) michael@0: michael@0: Status michael@0: michael@0: Under development. michael@0: michael@0: Version michael@0: michael@0: Last Modifed Date: June 6, 2012 michael@0: Revision: #1 michael@0: michael@0: Number michael@0: michael@0: TBD michael@0: michael@0: Dependencies michael@0: michael@0: OpenGL ES 2.0 is required. michael@0: OES_get_program_binary is required. michael@0: This extension is written against the OpenGL ES 2.0.25 specification. michael@0: michael@0: Overview michael@0: michael@0: This extension makes available a program binary format, michael@0: PROGRAM_BINARY_ANGLE. It enables retrieving and loading of pre-linked michael@0: ANGLE program objects. michael@0: michael@0: New Procedures and Functions michael@0: michael@0: None michael@0: michael@0: New Tokens michael@0: michael@0: Accepted by the parameter of ProgramBinaryOES: michael@0: michael@0: PROGRAM_BINARY_ANGLE 0x93A6 michael@0: michael@0: Additions to Chapter 2 of the OpenGL-ES 2.0 Specification (OpenGL Operation) michael@0: michael@0: Add the following paragraph to the end of section 2.15.4, Program Binaries: michael@0: michael@0: "PROGRAM_BINARY_ANGLE, returned in the list of PROGRAM_BINARY_FORMATS_OES, michael@0: is a format that may be loaded into a program object via ProgramBinaryOES." michael@0: michael@0: Additions to Chapter 3 of the OpenGL ES 2.0 specification (Rasterizatoin) michael@0: michael@0: None. michael@0: michael@0: Additions to Chapter 4 of the OpenGL ES 2.0 specification (Per-Fragment michael@0: Operations and the Framebuffer) michael@0: michael@0: None. michael@0: michael@0: Additions to Chapter 5 of the OpenGL ES 2.0 Specification (Special michael@0: Functions) michael@0: michael@0: None. michael@0: michael@0: Additions to Chapter 6 of the OpenGL ES 2.0 Specification (State and State michael@0: Requests) michael@0: michael@0: None. michael@0: michael@0: Errors michael@0: michael@0: None michael@0: michael@0: New State michael@0: michael@0: None. michael@0: michael@0: Issues michael@0: michael@0: None michael@0: michael@0: Revision History michael@0: michael@0: 06/06/2012 apatrick intial revision michael@0: