updated submodules

This commit is contained in:
2022-02-15 15:02:53 +08:00
parent 37ffb5dc8c
commit 0b4969224b
8 changed files with 10 additions and 9 deletions

View File

@@ -86,7 +86,7 @@ private:
cam.width=extent.width;
cam.height=extent.height;
cam.Refresh();
cam.RefreshCameraInfo();
ubo_world_matrix=db->CreateUBO(sizeof(WorldMatrix),&cam.matrix);
@@ -197,8 +197,8 @@ public:
{
cam.width=w;
cam.height=h;
cam.Refresh();
cam.RefreshCameraInfo();
ubo_world_matrix->Write(&cam.matrix);