Tweak the read format/type slightly so this can use the blitter.

This commit is contained in:
Keith Whitwell 2006-02-24 17:51:04 +00:00
parent afc90075ba
commit ffcc1cdb41

View file

@ -32,8 +32,8 @@ static GLboolean Benchmark = GL_FALSE;
static GLuint DrawPBO, TempPBO;
static GLenum ReadFormat = GL_RGBA;
static GLenum ReadType = GL_UNSIGNED_BYTE;
static GLenum ReadFormat = GL_BGRA;
static GLenum ReadType = GL_UNSIGNED_INT_8_8_8_8_REV;