2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 22:27:43 +00:00

Boo resource tracing

This commit is contained in:
Jack Andersen
2018-05-19 20:13:54 -10:00
parent 00945a44d7
commit f41f0e0e77
5 changed files with 5 additions and 5 deletions

View File

@@ -374,7 +374,7 @@ void View::draw(boo::IGraphicsCommandQueue* gfxQ)
void View::commitResources(ViewResources& res, const boo::FactoryCommitFunc& commitFunc)
{
res.m_factory->commitTransaction(commitFunc);
res.m_factory->BooCommitTransaction(commitFunc);
}
void View::VertexBufferBindingSolid::init(boo::IGraphicsDataFactory::Context& ctx,