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

◆ FormaBuffer() [2/4]

MayaFlux::Buffers::FormaBuffer::FormaBuffer ( Portal::Graphics::PrimitiveTopology  topology)

Construct a FormaBuffer.

Parameters
topologyPrimitive topology. Determines default shaders selected in setup_rendering().

Definition at line 27 of file FormaBuffer.cpp.

29 : FormaBuffer(k_capacity_bytes, topology)
30{
31}
Portal::Graphics::PrimitiveTopology topology() const
FormaBuffer(size_t capacity_bytes, Portal::Graphics::PrimitiveTopology topology)
Construct a FormaBuffer.