Split postprocess pipeline creation to its own files

This commit is contained in:
Magnus Norddahl 2023-05-16 23:14:14 +02:00
commit 753c5b1997
8 changed files with 193 additions and 152 deletions

View file

@ -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"