You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ImageData::sanitizeSize() to size the texture accordingly by adding empty additional empty pixel data.
This will allow said textures to be rendered on GPUs which require textures to be sized to a power of two.
Add
ImageData::sanitizeSize()to size the texture accordingly by adding empty additional empty pixel data.This will allow said textures to be rendered on GPUs which require textures to be sized to a power of two.