|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
An authored expression of position and time, shader-only. More...
#include <DualField.hpp>
Collaboration diagram for MayaFlux::Kinesis::TemporalField< D, R >:Public Member Functions | |
| bool | has_source () const noexcept |
| Whether the shader half parsed into a usable function definition. | |
Public Attributes | |
| FieldSource | source |
An authored expression of position and time, shader-only.
| D | Domain type. |
| R | Range type. |
Carries no Tendency. Tendency<D, R> is a function of the domain alone, so a two-argument callable has no CPU half to hand to FieldOperator: the value depends on when it is asked, which a stateless Tendency cannot express.
The second argument is supplied by whoever dispatches the shader. For VertexFieldProcessor it is seconds since the processor attached.
Definition at line 115 of file DualField.hpp.