MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::Buffers::VKBuffer::PipelineContext Struct Reference

Context shared with BufferProcessors during pipeline execution. More...

#include <VKBuffer.hpp>

+ Collaboration diagram for MayaFlux::Buffers::VKBuffer::PipelineContext:

Public Attributes

std::vector< uint8_t > push_constant_staging
 
std::vector< Portal::Graphics::DescriptorBindingInfodescriptor_buffer_bindings
 
std::unordered_map< std::string, std::any > metadata
 

Detailed Description

Context shared with BufferProcessors during pipeline execution.

Processors can use this struct to share data (e.g., push constant staging) and metadata during processing of this buffer in a chain.

Definition at line 69 of file VKBuffer.hpp.


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