Split postprocess pipeline creation to its own files
This commit is contained in:
parent
d74ee4088e
commit
753c5b1997
8 changed files with 193 additions and 152 deletions
|
|
@ -29,10 +29,11 @@
|
|||
#include "vulkan/shaders/vk_ppshader.h"
|
||||
#include "vulkan/textures/vk_pptexture.h"
|
||||
#include "vulkan/textures/vk_renderbuffers.h"
|
||||
#include "vulkan/samplers/vk_samplers.h"
|
||||
#include "vulkan/textures/vk_texture.h"
|
||||
#include "vulkan/samplers/vk_samplers.h"
|
||||
#include "vulkan/framebuffers/vk_framebuffer.h"
|
||||
#include "vulkan/descriptorsets/vk_descriptorset.h"
|
||||
#include "vulkan/pipelines/vk_pprenderpass.h"
|
||||
#include <zvulkan/vulkanswapchain.h>
|
||||
#include "flatvertices.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue