|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Buffers::FormaBuffer::FormaBuffer | ( | size_t | capacity_bytes, |
| Portal::Graphics::PrimitiveTopology | topology | ||
| ) |
Construct a FormaBuffer.
| capacity_bytes | Initial buffer capacity. Size the buffer for the maximum expected vertex count from the geometry function. write_bytes() will warn if exceeded. |
| topology | Primitive topology. Determines default shaders selected in setup_rendering(). |
Definition at line 18 of file FormaBuffer.cpp.