VK-GL-CTS
VK-GL-CTS copied to clipboard
Question about GLES 2.0 npot mag filtering
Hi, I'm running the test dEQP.GLES2/functional_texture_filtering_2d_nearest_linear_clamp_rgba8888_npot
I noticed that the test tries to sample a texture of size 31x55 to a rect 64x64. Isn't it magnification case? My implementation of GLES will use magnified sampling in this case. But the reference code does the min filtering. Is it because the npot texture doesn't have lod > 1 by default?
@chrisforbes, can you have a look?