This commit is contained in:
Asuka 2022-07-11 18:45:04 +08:00
parent 6a2ad43265
commit 22c80b116c

View file

@ -33,9 +33,6 @@ namespace sce::Gnm
{
m_shader = m_module.compile(meta, moduleInfo);
m_shader->setShaderKey(m_key);
// std::ofstream fout(m_shader->debugName(), std::ofstream::binary);
// m_shader->dump(fout);
}
return m_shader;
}