dur
This commit is contained in:
@@ -425,7 +425,7 @@ static void CheckReversePackedPixels()
|
|||||||
glTexImage2D(GL_PROXY_TEXTURE_2D,
|
glTexImage2D(GL_PROXY_TEXTURE_2D,
|
||||||
0, GL_RGBA,
|
0, GL_RGBA,
|
||||||
16, 16, 0,
|
16, 16, 0,
|
||||||
GL_BGRA, 2, NULL);//GL_UNSIGNED_SHORT_1_5_5_5_REV, NULL);
|
GL_BGRA, GL_UNSIGNED_SHORT_1_5_5_5_REV, NULL);
|
||||||
|
|
||||||
const GLenum glError = glGetError();
|
const GLenum glError = glGetError();
|
||||||
if( glError == GL_NO_ERROR )
|
if( glError == GL_NO_ERROR )
|
||||||
|
|||||||
Reference in New Issue
Block a user