]> git.tdb.fi Git - libs/gl.git/commit
Prefer explicit mipmap generation with glGenerateMipmap
authorMikko Rasa <tdb@tdb.fi>
Fri, 28 Oct 2016 11:55:23 +0000 (14:55 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 28 Oct 2016 12:18:37 +0000 (15:18 +0300)
commit6f8c0c6c088be92804cb413c0234bfb817ef2d8d
tree19a56f7d73eacc3dcc19e82fcbdd6952520bca4a
parentcb836adcf11f690188df9b7bc59f3fe87b67aaa7
Prefer explicit mipmap generation with glGenerateMipmap

Implicit generation with the texture parameter was deprecated in
OpenGL 3.0 and removed in OpenGL 3.2.
source/texture.cpp
source/texture1d.cpp
source/texture2d.cpp
source/texture3d.cpp
source/texturecube.cpp