]> git.tdb.fi Git - libs/gl.git/commit
Remove the EXT_draw_range_elements extension
authorMikko Rasa <tdb@tdb.fi>
Mon, 4 Nov 2019 01:58:45 +0000 (03:58 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 4 Nov 2019 01:58:45 +0000 (03:58 +0200)
commit0937dda5763a8d790349547da4a18bfdbb140b36
tree968eff1dd199c1027be03236b6239707389a69f4
parent80a0f481687ea17cc9a3b6557b480adf5802ca4a
Remove the EXT_draw_range_elements extension

Its main use is to allow the OpenGL implementation to optimize reads from
client memory, which is moot when storing vertices in VRAM.
extensions/ext_draw_range_elements.glext [deleted file]
source/batch.cpp