turnip: fix cube map array image size calculation
imageSize() expects the last component of the return value to be the number of layers in the texture array. In the case of cube map array, it will return a ivec3, with the third component being the number of layer-faces. Fixes: dEQP-VK.image.image_size.cube_array.* Signed-off-by:Samuel Iglesias Gonsálvez <siglesias@igalia.com> Reviewed-by:
Eric Anholt <eric@anholt.net> Part-of: <!8087>
Showing
Please register or sign in to comment