1.RenderPass记录color/depth格式

2.建立ImageView类,封装imageview部分信息
3.改进CreateFramebuffer,增加ImageView传入格式检测
This commit is contained in:
2019-04-22 00:33:48 +08:00
parent 4110844938
commit 19b5b08c25
16 changed files with 196 additions and 104 deletions

View File

@@ -10,6 +10,7 @@ SET(VULKAN_TEST_SOURCE_FILES main.cpp
VKFormat.cpp
VKInstance.cpp
VKPhysicalDevice.cpp
VKImageView.cpp
VKCommandBuffer.cpp
VKDeviceAttribute.cpp
VKDeviceCreater.cpp
@@ -31,6 +32,7 @@ SET(VULKAN_TEST_HEADER_FILES VK.h
VKPrimivate.h
VKInstance.h
VKPhysicalDevice.h
VKImageView.h
VKCommandBuffer.h
VKSurfaceExtensionName.h
VKDeviceAttribute.h