#include <map>#include <optional>#include "impeller/core/formats.h"#include "impeller/renderer/backend/vulkan/context_vk.h"#include "impeller/renderer/backend/vulkan/vk.h"Go to the source code of this file.
Classes | |
| class | impeller::RenderPassBuilderVK |
Namespaces | |
| impeller | |
Functions | |
| void | impeller::InsertBarrierForInputAttachmentRead (const vk::CommandBuffer &buffer, const vk::Image &image) |
| Inserts the appropriate barriers to ensure that subsequent commands can read from the specified image (itself a framebuffer attachment) as an input attachment. More... | |
Variables | |
| static constexpr size_t | impeller::kMaxColorAttachments = 16 |
| static constexpr size_t | impeller::kMaxAttachments |