mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
boo lambda-API refactor
This commit is contained in:
@@ -33,10 +33,7 @@ class ModelViewer : public ViewerSpace
|
||||
boo::SWindowRect m_scissorRect;
|
||||
|
||||
View(ModelViewer& mv, specter::ViewResources& res)
|
||||
: specter::View(res, mv.m_vm.rootView()), m_mv(mv)
|
||||
{
|
||||
commitResources(res);
|
||||
}
|
||||
: specter::View(res, mv.m_vm.rootView()), m_mv(mv) {}
|
||||
|
||||
void resized(const boo::SWindowRect& root, const boo::SWindowRect& sub);
|
||||
void draw(boo::IGraphicsCommandQueue *gfxQ);
|
||||
|
||||
Reference in New Issue
Block a user