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
Today, if the size of the texture is greater than the maximum size supported by the GPU, the image decoder will fail and throw an exception. Instead, the images must be resized (on the CPU) to the maximum supported texture size.