2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 17:04:55 +00:00

Updated boo

This commit is contained in:
Jack Andersen
2015-11-16 12:04:13 -10:00
parent 8bce62290a
commit 6804a12641
2 changed files with 3 additions and 3 deletions

2
hecl/extern/libBoo vendored

Submodule hecl/extern/libBoo updated: 181a038901...0be417f0b0

View File

@@ -14,8 +14,8 @@ namespace Runtime
IShaderBackendFactory* _NewGLSLBackendFactory(boo::IGraphicsDataFactory* gfxFactory);
static LogVisor::LogModule Log("ShaderCacheManager");
static uint64_t IDX_MAGIC = SBig(0xDEADFEEDC001D00D);
static uint64_t DAT_MAGIC = SBig(0xC001D00DDEADBABE);
static uint64_t IDX_MAGIC = SBig(uint64_t(0xDEADFEEDC001D00D));
static uint64_t DAT_MAGIC = SBig(uint64_t(0xC001D00DDEADBABE));
static uint64_t ZERO64 = 0;
static uint64_t timeHash()