]> git.tdb.fi Git - libs/gl.git/commit - source/texture.cpp
Add a get_default_sized_pixelformat function
authorMikko Rasa <tdb@tdb.fi>
Mon, 4 Dec 2017 11:13:27 +0000 (13:13 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 4 Dec 2017 11:13:27 +0000 (13:13 +0200)
commit03de23d42e418f5d7d86c1fbe8665aef1f0a36bd
tree72fa71f4502671f47d3892f37c0095c4dfdbed34
parentee1da735a016a4df724fb18e60dec6a6f9bf3d6e
Add a get_default_sized_pixelformat function

Floating point depth buffers are now preferred also on OpenGL ES when
available.
source/pixelformat.cpp
source/pixelformat.h
source/renderbuffer.cpp
source/texture.cpp