]> git.tdb.fi Git - libs/gl.git/commitdiff
Remove the notion of default binding point from Buffer
authorMikko Rasa <tdb@tdb.fi>
Wed, 11 Aug 2021 21:09:01 +0000 (00:09 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 12 Aug 2021 19:32:18 +0000 (22:32 +0300)
It's more robust to always specify the binding point when using the
buffer.

ARRAY_BUFFER is used for buffer operations because it's always available
and is only used transiently by other code so there's no interference.


No differences found