fixed first_triangle example.

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

2
CMCore

@ -1 +1 @@
Subproject commit 374da41a24097e2350d2f8221540d961667ab1f4
Subproject commit 49a0ab43afa362523f7b8c8b5b334c353595fe42

@ -1 +1 @@
Subproject commit 2d5c094bbfb69841512007e1eb88c0c6bc1b5c28
Subproject commit 83fbda2860159fb9cf5386f8e29ebf4a9dc9f9eb

@ -1 +1 @@
Subproject commit e107c2abd33ef3fa4176c3ba273618d4bac6dc54
Subproject commit 8bef798fc168a94af6ca6275820584f583c2a278

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;