Skip to content

arb_copy_image: test copying of different mipmap levels of a texture

Tests that glCopyImageSubData correctly copies all levels of a texture.
Also tests that the order in which levels are initialized doesn't affect the copying (some drivers, e.g. gallium drivers, may be sensitive to the initialization order).

Merge request reports