Skip to content

arb_get_texture_sub_image/get: fix pixelstore params

Mike Blumenkrantz requested to merge zmike/piglit:subimage into main

GL_PACK_IMAGE_HEIGHT is used in some target cases but not in others, which means if a case which uses this sets a very small height for a high miplevel, the following test will then have the same param set

Merge request reports