|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
inline |
Supply typed vertex data for the next cycle.
Reinterprets the span as raw bytes and delegates to set_vertices(void*, size_t). T must be exactly 60 bytes: one of Kakshya::Vertex, PointVertex, LineVertex, MeshVertex, or any user struct with the canonical layout.
| T | 60-byte vertex type. |
| vertices | Source span. |
Definition at line 110 of file DataWriteProcessor.hpp.