mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-14 12:05:52 +00:00
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…
x
Reference in New Issue
Block a user