mirror of https://github.com/AxioDL/metaforce.git
Updated libBoo
This commit is contained in:
parent
9c844d8fd4
commit
83a3c645ae
|
@ -1 +1 @@
|
|||
Subproject commit 8682485dea3768595416f0a580d0d1216a997db5
|
||||
Subproject commit 3bcfa99b5aa5a9c5b74da24b0089775a20fe141c
|
|
@ -244,7 +244,8 @@ struct HMDLData
|
|||
boo::IShaderPipeline* shader,
|
||||
size_t ubufCount, boo::IGraphicsBuffer** ubufs,
|
||||
size_t texCount, boo::ITexture** texs)
|
||||
{return factory->newShaderDataBinding(shader, m_vtxFmt, m_vbo, m_ibo, ubufCount, ubufs, texCount, texs);}
|
||||
{return factory->newShaderDataBinding(shader, m_vtxFmt, m_vbo, nullptr, m_ibo,
|
||||
ubufCount, ubufs, texCount, texs);}
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue