MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ GeometryContext()

MayaFlux::Nodes::GpuSync::GeometryContext::GeometryContext ( double  value,
std::span< const uint8_t >  vertex_data,
size_t  vertex_stride,
uint32_t  vertex_count 
)
inline

Definition at line 14 of file GeometryWriterNode.hpp.

18 : NodeContext(value, typeid(GeometryContext).name())
22 {
23 }
NodeContext(double value, std::string type)
Protected constructor for NodeContext.
Definition Node.hpp:85
double value
Current sample value.
Definition Node.hpp:40