mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 19:07:46 +00:00
Buffer pool refactor
This commit is contained in:
@@ -25,7 +25,7 @@ Button::Button(ViewResources& res, View& parentView,
|
||||
commitResources(res, [&](boo::IGraphicsDataFactory::Context& ctx) -> bool
|
||||
{
|
||||
buildResources(ctx, res);
|
||||
m_vertsBinding.init(ctx, res, 40, *m_viewVertBlockBuf);
|
||||
m_vertsBinding.init(ctx, res, 40, m_viewVertBlockBuf);
|
||||
return true;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user