11.11.2017, 21:36
There's your issue. Inconsistent resolutions. They have to be "rounded", i.e. 1024x1024, not 1021x1023.
1000*1000 should be 1024*1024
768*1024 should be 512*1024
1024*1023 should be 1024*1024
912*1024 should be 512*1024
1024*765 should be 1024*512
16, 32, 64, 128, 256, 512, 1024, 2048, 4096, etc are all values that work. You can probably get numbers inbetween but I wouldn't recommend it.
1000*1000 should be 1024*1024
768*1024 should be 512*1024
1024*1023 should be 1024*1024
912*1024 should be 512*1024
1024*765 should be 1024*512
16, 32, 64, 128, 256, 512, 1024, 2048, 4096, etc are all values that work. You can probably get numbers inbetween but I wouldn't recommend it.