]> git.tdb.fi Git - libs/gl.git/commit
Don't attempt to create buffers by default if they are not supported
authorMikko Rasa <tdb@tdb.fi>
Thu, 15 Sep 2016 14:49:15 +0000 (17:49 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 15 Sep 2016 14:49:15 +0000 (17:49 +0300)
commitecc365c5262f9fde0e50dbb451b33c9e5fcf9ecc
treee409fd0d4bf47cdf229adc7b1f5611a4f191d8d2
parent6a7510a74193ad442bfe82d8377606c3cb66e6b2
Don't attempt to create buffers by default if they are not supported

Rendering from client memory is a relic from the past but since the
change is rather trivial might as well support it.
source/mesh.cpp