2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-11 20:24:01 +00:00

Initial ShaderCache implementation

This commit is contained in:
Jack Andersen
2015-11-12 16:12:09 -10:00
parent a9fe41d994
commit 7c0206bd39
12 changed files with 440 additions and 209 deletions

13
hecl/lib/Runtime/HMDL.cpp Normal file
View File

@@ -0,0 +1,13 @@
#include "HECL/Runtime.hpp"
namespace HECL
{
namespace Runtime
{
HMDLData::HMDLData(boo::IGraphicsDataFactory* factory, const void *data)
{
}
}
}