refresh 2dVector/line example.

This commit is contained in:
2021-12-01 15:17:30 +08:00
parent 0852b379a2
commit 926802619f
4 changed files with 31 additions and 18 deletions

View File

@@ -56,8 +56,6 @@ private:
bool InitUBO()
{
MVPMatrix *mvp=new MVPMatrix;
const VkExtent2D extent=sc_render_target->GetExtent();
cam.width=extent.width;