summaryrefslogtreecommitdiff
path: root/test/test-glAllocator.cpp
Commit message (Collapse)AuthorAge
* Replace glContainer with glAllocatorDan Goodliffe2 days
glContainer is no longer required, as we can use std::vector with a custom allocator which uses OpenGL buffers for storage. Minor irritation is that the mapped buffers aren't guaranteed to be flushed in the tests, so sometimes we're missing bits in a test render.