command buffer增加bind pipeline layout

This commit is contained in:
2019-04-19 00:46:49 +08:00
parent ca2a20aabd
commit 133019cf49
12 changed files with 187 additions and 82 deletions

View File

@@ -15,8 +15,7 @@ SET(VULKAN_TEST_SOURCE_FILES main.cpp
VKDeviceCreater.cpp
VKDevice.cpp
VKBuffer.cpp
VKDescriptorSet.cpp
VKDescriptorSetLayout.cpp
VKDescriptorSets.cpp
VKPipelineLayout.cpp
VKRenderPass.cpp
VKShader.cpp
@@ -34,8 +33,7 @@ SET(VULKAN_TEST_HEADER_FILES VK.h
VKDeviceAttribute.h
VKDevice.h
VKBuffer.h
VKDescriptorSetLayout.h
VKDescriptorSet.h
VKDescriptorSets.h
VKPipelineLayout.h
VKRenderPass.h
VKShader.h