mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 15:58:05 +02:00
Tweak the read format/type slightly so this can use the blitter.
This commit is contained in:
parent
afc90075ba
commit
ffcc1cdb41
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue