From 15f475fba1a796bd2e8a68eb5bb5810552d35e40 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Mon, 25 Jan 2021 11:50:17 +0800 Subject: [PATCH] changed the name from WorldMatrix to CameraMatrix --- src/SceneGraph/Vulkan/VKDescriptorSetLayoutCreater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SceneGraph/Vulkan/VKDescriptorSetLayoutCreater.cpp b/src/SceneGraph/Vulkan/VKDescriptorSetLayoutCreater.cpp index 7fe13706..2c06c0ac 100644 --- a/src/SceneGraph/Vulkan/VKDescriptorSetLayoutCreater.cpp +++ b/src/SceneGraph/Vulkan/VKDescriptorSetLayoutCreater.cpp @@ -21,7 +21,7 @@ void DescriptorSetLayoutCreater::Bind(const uint32_t binding,VkDescriptorType de { if(index_by_binding.KeyExist(binding)) { - //重复的绑定点,有可能存在的,比如WorldMatrix在vs/fs中同时存在 + //重复的绑定点,有可能存在的,比如CameraMatrix在vs/fs中同时存在 return; }