mirror of https://github.com/AxioDL/metaforce.git
Merge branch 'master' of https://github.com/AxioDL/hecl
This commit is contained in:
commit
b5f2b13832
|
@ -1 +1 @@
|
|||
Subproject commit 4cec163804dd293818029d838dda512c7b985aaf
|
||||
Subproject commit 5afdb62a392eaf8ae41e09b9dd37b7922abd03b5
|
|
@ -370,7 +370,6 @@ struct MetalBackendFactory : IShaderBackendFactory
|
|||
for (const ShaderCacheExtensions::ExtensionSlot& slot : extensionSlots)
|
||||
{
|
||||
fragSources.push_back(m_backend.makeFrag(slot.blockCount, slot.blockNames, slot.lighting, slot.post));
|
||||
fprintf(stderr, "%s\n", fragSources.back().c_str());
|
||||
cachedSz += fragSources.back().size() + 1;
|
||||
boo::IShaderPipeline* ret =
|
||||
static_cast<boo::MetalDataFactory::Context&>(ctx).
|
||||
|
|
Loading…
Reference in New Issue