fixed first_triangle example.

This commit is contained in:
2021-05-11 18:16:29 +08:00
parent 7b7e702a16
commit 45284e1a32
4 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ private:
MaterialInstance * material_instance =nullptr;
RenderableInstance *render_instance =nullptr;
GPUBuffer * ubo_camera_matrix =nullptr;
GPUBuffer * ubo_camera_matrix =nullptr;
Pipeline * pipeline =nullptr;