Home | History | Annotate | Download | only in extensions
      1 Name
      2 
      3     ANGLE_program_binary
      4 
      5 Name Strings
      6 
      7     GL_ANGLE_program_binary
      8 
      9 Contributors
     10 
     11     Alastair Patrick, Google Inc.
     12     Daniel Koch, TransGaming Inc.
     13 
     14 Contact
     15 
     16     Alastair Patrick, Google Inc. (apatrick 'at' google 'dot' com)
     17 
     18 Status
     19 
     20     Under development.
     21 
     22 Version
     23 
     24     Last Modifed Date: June 6, 2012
     25     Revision: #1
     26 
     27 Number
     28 
     29     TBD
     30 
     31 Dependencies
     32 
     33     OpenGL ES 2.0 is required.
     34     OES_get_program_binary is required.
     35     This extension is written against the OpenGL ES 2.0.25 specification.
     36 
     37 Overview
     38 
     39     This extension makes available a program binary format,
     40     PROGRAM_BINARY_ANGLE. It enables retrieving and loading of pre-linked
     41     ANGLE program objects.
     42 
     43 New Procedures and Functions
     44 
     45     None
     46 
     47 New Tokens
     48 
     49     Accepted by the <binaryFormat> parameter of ProgramBinaryOES:
     50 
     51         PROGRAM_BINARY_ANGLE        0x93A6
     52 
     53 Additions to Chapter 2 of the OpenGL-ES 2.0 Specification (OpenGL Operation)
     54 
     55     Add the following paragraph to the end of section 2.15.4, Program Binaries:
     56     
     57     "PROGRAM_BINARY_ANGLE, returned in the list of PROGRAM_BINARY_FORMATS_OES,
     58     is a format that may be loaded into a program object via ProgramBinaryOES." 
     59     
     60 Additions to Chapter 3 of the OpenGL ES 2.0 specification (Rasterizatoin)
     61 
     62     None.
     63 
     64 Additions to Chapter 4 of the OpenGL ES 2.0 specification (Per-Fragment
     65 Operations and the Framebuffer)
     66 
     67     None.
     68 
     69 Additions to Chapter 5 of the OpenGL ES 2.0 Specification (Special
     70 Functions)
     71 
     72     None.
     73 
     74 Additions to Chapter 6 of the OpenGL ES 2.0 Specification (State and State
     75 Requests)
     76 
     77     None.
     78 
     79 Errors
     80 
     81     None
     82 
     83 New State
     84 
     85     None.
     86 
     87 Issues
     88 
     89     None
     90 
     91 Revision History
     92  
     93     06/06/2012  apatrick  intial revision
     94 
     95