|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
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::DescriptorBindingInfo > | descriptor_buffer_bindings |
| std::unordered_map< std::string, std::any > | metadata |
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.