1.RenderPass记录color/depth格式
2.建立ImageView类,封装imageview部分信息 3.改进CreateFramebuffer,增加ImageView传入格式检测
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user