diff options
author | Brian Paul <[email protected]> | 2004-10-16 15:04:43 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-10-16 15:04:43 +0000 |
commit | 901d9b9a92480ee9965558cf27f309c7e186ba08 (patch) | |
tree | 195164122fcc822c29b384501b8f92cd6c342ae1 /docs/RELNOTES-6.3 | |
parent | c4987427684260ead76116830784d23195e4bda0 (diff) |
GL_OES_read_format info
Diffstat (limited to 'docs/RELNOTES-6.3')
-rw-r--r-- | docs/RELNOTES-6.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/RELNOTES-6.3 b/docs/RELNOTES-6.3 index 46bebfd8bfa..94f08498fda 100644 --- a/docs/RELNOTES-6.3 +++ b/docs/RELNOTES-6.3 @@ -22,6 +22,8 @@ New Features GL_ARB_draw_buffers - allows a fragment program to write to a number of separate color buffers, instead of just one. +GL_OES_read_format - allows one to query the fastest glReadPixels format + and datatype. @@ -48,4 +50,4 @@ D3D needs updating ---------------------------------------------------------------------- -$Id: RELNOTES-6.3,v 3.2 2004/10/13 15:57:55 brianp Exp $ +$Id: RELNOTES-6.3,v 3.3 2004/10/16 15:04:43 brianp Exp $ |