Basic shader cache.

This commit is contained in:
Ben Vanik
2013-10-11 21:45:20 -07:00
parent 6e4fb87992
commit 1378fad3c0
20 changed files with 981 additions and 40 deletions

View File

@@ -1,8 +1,12 @@
# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'sources': [
'crc32.cc',
'crc32.h',
'file.cc',
'file.h',
'hash.cc',
'hash.h',
'memory.cc',
'memory.h',
'mmap.h',