3#include "spark/render/InputAttachementMapping.h"
4#include "spark/render/RenderTarget.h"
5#include "spark/render/vk/Export.h"
9namespace spark::render::vk
11 class VulkanRenderPass;
40 [[nodiscard]]
const RenderTarget& renderTarget()
const noexcept override;
43 [[nodiscard]]
unsigned location()
const noexcept override;
47 std::unique_ptr<Impl> m_impl;
Implements a IRenderTarget.
Definition RenderTarget.h:201
Vulkan implementation of IRenderPass.
Definition VulkanRenderPass.h:27