fix GL pixel pack and unpack stuff

This commit is contained in:
jp9000
2013-10-10 18:50:09 -07:00
parent 85e2fc6b07
commit e804a9043d
4 changed files with 64 additions and 16 deletions

View File

@@ -218,7 +218,7 @@ static bool gl_init_extensions(device_t device)
return false;
}
if (GL_ARB_copy_image)
if (GLEW_ARB_copy_image)
device->copy_type = COPY_TYPE_ARB;
else if (GLEW_NV_copy_image)
device->copy_type = COPY_TYPE_NV;