mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
Vulkan updates
This commit is contained in:
@@ -636,7 +636,6 @@ void RootView::SplitMenuSystem::draw(boo::IGraphicsCommandQueue* gfxQ)
|
||||
if (m_phase == Phase::Inactive)
|
||||
return;
|
||||
gfxQ->setShaderDataBinding(m_vertsBinding);
|
||||
gfxQ->setDrawPrimitive(boo::Primitive::TriStrips);
|
||||
if (m_phase == Phase::InteractiveJoin)
|
||||
gfxQ->draw(0, 28);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user