Caching index buffers.

This commit is contained in:
Ben Vanik
2014-05-31 22:26:39 -07:00
parent 19c48c7a90
commit 2d173ea62b
14 changed files with 471 additions and 42 deletions

View File

@@ -1,6 +1,10 @@
# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'sources': [
'buffer.cc',
'buffer.h',
'buffer_cache.cc',
'buffer_cache.h',
'command_buffer.h',
'gpu-private.h',
'gpu.cc',