mirror of https://github.com/AxioDL/metaforce.git
Updated boo
This commit is contained in:
parent
8bce62290a
commit
6804a12641
|
@ -1 +1 @@
|
||||||
Subproject commit 181a03890158bae7e7d76cb11497c34e2e9b48c3
|
Subproject commit 0be417f0b0c913eb4aa1751bcd91d11dd326a116
|
|
@ -14,8 +14,8 @@ namespace Runtime
|
||||||
IShaderBackendFactory* _NewGLSLBackendFactory(boo::IGraphicsDataFactory* gfxFactory);
|
IShaderBackendFactory* _NewGLSLBackendFactory(boo::IGraphicsDataFactory* gfxFactory);
|
||||||
|
|
||||||
static LogVisor::LogModule Log("ShaderCacheManager");
|
static LogVisor::LogModule Log("ShaderCacheManager");
|
||||||
static uint64_t IDX_MAGIC = SBig(0xDEADFEEDC001D00D);
|
static uint64_t IDX_MAGIC = SBig(uint64_t(0xDEADFEEDC001D00D));
|
||||||
static uint64_t DAT_MAGIC = SBig(0xC001D00DDEADBABE);
|
static uint64_t DAT_MAGIC = SBig(uint64_t(0xC001D00DDEADBABE));
|
||||||
static uint64_t ZERO64 = 0;
|
static uint64_t ZERO64 = 0;
|
||||||
|
|
||||||
static uint64_t timeHash()
|
static uint64_t timeHash()
|
||||||
|
|
Loading…
Reference in New Issue