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

@@ -19,6 +19,9 @@
namespace xe {
namespace gpu {
class ShaderCache;
namespace nop {
@@ -41,6 +44,7 @@ public:
uint32_t index_count);
protected:
ShaderCache* shader_cache_;
};