|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
| using MayaFlux::Buffers::ShaderProcessor::FeedValue = std::variant<double, Kakshya::DataVariant> |
What a feed callable returns.
A double lands in the push constant block. A DataVariant lands in a storage descriptor. Which one an entry expects is fixed when it is registered by the name it resolves to.
Definition at line 234 of file ShaderProcessor.hpp.