Flutter Impeller
impeller::BarrierVK Struct Reference

Defines an operations and memory access barrier on a resource. More...

#include <barrier_vk.h>

Public Attributes

vk::CommandBuffer cmd_buffer = {}
 
vk::ImageLayout new_layout = vk::ImageLayout::eUndefined
 
vk::PipelineStageFlags src_stage = vk::PipelineStageFlagBits::eNone
 
vk::AccessFlags src_access = vk::AccessFlagBits::eNone
 
vk::PipelineStageFlags dst_stage = vk::PipelineStageFlagBits::eNone
 
vk::AccessFlags dst_access = vk::AccessFlagBits::eNone
 

Detailed Description

Defines an operations and memory access barrier on a resource.

        For further reading, see
        https://www.khronos.org/events/vulkan-how-to-use-synchronisation-validation-across-multiple-queues-and-command-buffers
        and the Vulkan spec. The docs for the various member of this
        class are based on verbiage in the spec.

Definition at line 20 of file barrier_vk.h.

Member Data Documentation

◆ cmd_buffer

◆ dst_access

◆ dst_stage

◆ new_layout

◆ src_access

◆ src_stage


The documentation for this struct was generated from the following file: