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
{{ message }}
This repository was archived by the owner on Nov 24, 2020. It is now read-only.
The preferences dialog currently has a hard-coded value of 2048 for the maximum texture size, but it is possible for OpenGL to support larger texture sizes.
Use OpenGL functions (e.g. glGetIntegerv()) to get the GL_MAX_TEXTURE_SIZE value, and use that instead.
The preferences dialog currently has a hard-coded value of 2048 for the maximum texture size, but it is possible for OpenGL to support larger texture sizes.
Use OpenGL functions (e.g. glGetIntegerv()) to get the GL_MAX_TEXTURE_SIZE value, and use that instead.