增加新的ViewModelFramework专用于模型查看

This commit is contained in:
2019-06-16 02:58:12 +08:00
parent a4859f9ed3
commit edca9e7e67
6 changed files with 179 additions and 89 deletions

View File

@@ -164,8 +164,10 @@ public:
BuildCommandBuffer(&render_list);
}
void Resize(int,int)override
void Resize(int w,int h)override
{
CameraAppFramework::Resize(w,h);
BuildCommandBuffer(&render_list);
}
};//class TestApp:public CameraAppFramework