moved CreatePipeline functions to RenderPass class.

This commit is contained in:
2021-09-22 17:15:17 +08:00
parent fa47bc552c
commit 2753f95999
17 changed files with 140 additions and 154 deletions

View File

@@ -119,7 +119,6 @@ SET(VK_DEVICE_SOURCE ${SG_INCLUDE_PATH}/VKDevice.h
Vulkan/VKDeviceImage.cpp
Vulkan/VKDeviceTexture.cpp
Vulkan/VKDeviceMaterial.cpp
Vulkan/VKDevicePipeline.cpp
Vulkan/VKDeviceFramebuffer.cpp
Vulkan/VKDeviceSwapchain.cpp
Vulkan/VKDeviceRenderPass.cpp
@@ -183,7 +182,6 @@ SET(VK_RENDER_PASS_SOURCE ${SG_INCLUDE_PATH}/VKFramebuffer.h
Vulkan/VKPipelineCache.cpp
Vulkan/VKRenderPass.cpp
Vulkan/VKRenderTarget.cpp
Vulkan/VKRenderTargetPipeline.cpp
Vulkan/VKSwapchainRenderTarget.cpp
Vulkan/VKSwapchain.cpp
)