Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
render_pass_builder_vk.cc File Reference
#include "impeller/renderer/backend/vulkan/render_pass_builder_vk.h"
#include <vector>
#include "impeller/renderer/backend/vulkan/formats_vk.h"

Go to the source code of this file.

Namespaces

namespace  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.
 

Variables

constexpr auto impeller::kSelfDependencySrcStageMask
 
constexpr auto impeller::kSelfDependencySrcAccessMask
 
constexpr auto impeller::kSelfDependencyDstStageMask
 
constexpr auto impeller::kSelfDependencyDstAccessMask
 
constexpr auto impeller::kSelfDependencyFlags = vk::DependencyFlagBits::eByRegion