Why does these two mip levels didn't copy?
And even glGetError() doesn't return an error after glCopyImageSubData().
Type: Posts; User: mode89
Why does these two mip levels didn't copy?
And even glGetError() doesn't return an error after glCopyImageSubData().
Hello, everyone!
I've experienced a problem with glCopyImageSubData. I try to copy a compressed DXT1 2D texture array to another compressed DXT1 2D texture array with the same dimensionality. All...