]> git.tdb.fi Git - libs/gl.git/commit
Support different data types in Batch
authorMikko Rasa <tdb@tdb.fi>
Sun, 19 Dec 2010 10:06:30 +0000 (10:06 +0000)
committerMikko Rasa <tdb@tdb.fi>
Sun, 19 Dec 2010 10:06:30 +0000 (10:06 +0000)
commit083578c2ca0aabfa60e8872e23d53e9101795dff
tree845c0ab4e63938dd610b71048260ddd3efc91e6a
parent85c82f93f4874bcf0b04332c9abb62cd2a5b181b
Support different data types in Batch
Select data type automatically based on index values
Add GL_NV_primitive_restart extension
Automatically concatenate batches of same primitive type if possible
Add BufferAlias class for using Buffers with RAII binding
mesh2c.cpp
source/batch.cpp
source/batch.h
source/buffer.h
source/extension.cpp
source/mesh.cpp
source/mesh.h
source/nv_primitive_restart.cpp [new file with mode: 0644]
source/nv_primitive_restart.h [new file with mode: 0644]