|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
inline |
Submit a contiguous sequence of vertices.
Accepts any contiguous range of trivially-copyable vertex structs: std::array, std::vector, std::span, or a raw pointer + count pair. Reinterprets the data as bytes and forwards to the primary submit().
| V | Vertex type. Must be trivially copyable. |
| vertices | Contiguous range of V. |
Definition at line 130 of file FormaBuffer.hpp.