]> git.tdb.fi Git - libs/gl.git/commit
Implement 2D array textures
authorMikko Rasa <tdb@tdb.fi>
Thu, 27 Oct 2016 08:13:39 +0000 (11:13 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 27 Oct 2016 08:13:39 +0000 (11:13 +0300)
commit55dbeb5e04516699b8415104e346243d5e4c48c9
tree2aec3353a5b2483148c6d23c5bd9a542e3616827
parentccbfdfa0d9d796244b1ecc0fa3faa2c50304811b
Implement 2D array textures
extensions/arb_geometry_shader4.glext
extensions/ext_texture_array.glext [new file with mode: 0644]
scripts/extgen.py
source/resources.cpp
source/texture2darray.cpp [new file with mode: 0644]
source/texture2darray.h [new file with mode: 0644]
source/texture3d.cpp
source/texture3d.h