From 45284e1a32b54153fd73422758dbaa54febb53fc Mon Sep 17 00:00:00 2001 From: hyzboy Date: Tue, 11 May 2021 18:16:29 +0800 Subject: [PATCH] fixed first_triangle example. --- CMCore | 2 +- CMPlatform | 2 +- CMSceneGraph | 2 +- example/Vulkan/first_triangle.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMCore b/CMCore index 374da41a..49a0ab43 160000 --- a/CMCore +++ b/CMCore @@ -1 +1 @@ -Subproject commit 374da41a24097e2350d2f8221540d961667ab1f4 +Subproject commit 49a0ab43afa362523f7b8c8b5b334c353595fe42 diff --git a/CMPlatform b/CMPlatform index 2d5c094b..83fbda28 160000 --- a/CMPlatform +++ b/CMPlatform @@ -1 +1 @@ -Subproject commit 2d5c094bbfb69841512007e1eb88c0c6bc1b5c28 +Subproject commit 83fbda2860159fb9cf5386f8e29ebf4a9dc9f9eb diff --git a/CMSceneGraph b/CMSceneGraph index e107c2ab..8bef798f 160000 --- a/CMSceneGraph +++ b/CMSceneGraph @@ -1 +1 @@ -Subproject commit e107c2abd33ef3fa4176c3ba273618d4bac6dc54 +Subproject commit 8bef798fc168a94af6ca6275820584f583c2a278 diff --git a/example/Vulkan/first_triangle.cpp b/example/Vulkan/first_triangle.cpp index cf0d6925..9ba0c32b 100644 --- a/example/Vulkan/first_triangle.cpp +++ b/example/Vulkan/first_triangle.cpp @@ -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;