renamed GetCameraMatrixBuffer to GetCameraInfoBuffer

This commit is contained in:
2021-05-25 11:48:20 +08:00
parent 3b54446064
commit d1f6f04407
7 changed files with 9 additions and 9 deletions

View File

@@ -349,7 +349,7 @@ public:
camera->height=h;
}
GPUBuffer *GetCameraMatrixBuffer()
GPUBuffer *GetCameraInfoBuffer()
{
return ubo_camera_info;
}