mirror of https://github.com/AxioDL/metaforce.git
Remove unneeded fprintf
This commit is contained in:
parent
2efb75d375
commit
2fbc21cc18
|
@ -370,7 +370,6 @@ struct MetalBackendFactory : IShaderBackendFactory
|
||||||
for (const ShaderCacheExtensions::ExtensionSlot& slot : extensionSlots)
|
for (const ShaderCacheExtensions::ExtensionSlot& slot : extensionSlots)
|
||||||
{
|
{
|
||||||
fragSources.push_back(m_backend.makeFrag(slot.blockCount, slot.blockNames, slot.lighting, slot.post));
|
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;
|
cachedSz += fragSources.back().size() + 1;
|
||||||
boo::IShaderPipeline* ret =
|
boo::IShaderPipeline* ret =
|
||||||
static_cast<boo::MetalDataFactory::Context&>(ctx).
|
static_cast<boo::MetalDataFactory::Context&>(ctx).
|
||||||
|
|
Loading…
Reference in New Issue