|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
One value row in a ValueGroup body. More...
#include <QueryUtils.hpp>
Collaboration diagram for MayaFlux::Portal::Forma::ValueRow:Public Member Functions | |
| Kinesis::AABB2D | bounds () const noexcept |
| Row region, satisfying Kinesis::HasBounds. | |
Public Attributes | |
| std::shared_ptr< Buffers::FormaBuffer > | buf |
| uint32_t | element_id {} |
| Link | link |
| Kinesis::AABB2D | row_bounds {} |
| NDC region occupied by this row. Valid after make_value_row. | |
| std::shared_ptr< Core::VKImage > | text |
One value row in a ValueGroup body.
Owns the FormaBuffer for the row background, the VKImage holding the composited text, and the Link that repress's the text each tick.
Definition at line 44 of file QueryUtils.hpp.