Page 1 of 1

Image padding

Posted: Fri May 13, 2011 6:27 pm
by slenkar
The DS seems to have a blank screen or crash when you use non power of 2 textures.
Does anyone know how to pad loaded images to make them power of 2?

Re: Image padding

Posted: Mon May 16, 2011 6:54 pm
by zeromus
Write framebuffer programs until you understand how to do this yourself. It is really too simple to be explained. You load the data, and then you add padding while you copy it to a new buffer.