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
README.md recommends using glGenerateMipmap() which requires OpenGL 3.0 (not available in VirtualBox for example, limited to 2.1, and some older systems). README.md should warn about this requirement and suggest an alternative for OpenGL >= 1.4 && < 3.0:
README.md
recommends usingglGenerateMipmap()
which requires OpenGL 3.0 (not available in VirtualBox for example, limited to 2.1, and some older systems).README.md
should warn about this requirement and suggest an alternative for OpenGL >= 1.4 && < 3.0:or no automatic mipmap generation for OpenGL < 1.4.
https://www.khronos.org/opengl/wiki/Common_Mistakes#Automatic_mipmap_generation
The text was updated successfully, but these errors were encountered: