used newly Bind series function.

This commit is contained in:
2022-03-09 20:33:26 +08:00
parent edbecbb86d
commit 15e80cbc5a
14 changed files with 70 additions and 178 deletions

View File

@@ -64,7 +64,7 @@ public:
ro->cam.width=extent.width;
ro->cam.height=extent.height;
ro->cam.Refresh();
ro->cam.RefreshCameraInfo();
ro->ubo_camera_info=db->CreateUBO(sizeof(CameraInfo),&ro->cam.info);