|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API std::shared_ptr< Buffers::FormaBuffer > MayaFlux::Portal::Forma::create_buffer | ( | std::shared_ptr< Core::Window > | window, |
| Graphics::PrimitiveTopology | topology, | ||
| const std::string & | texture_binding = {} |
||
| ) |
Construct and register a FormaBuffer without creating a Mapped<T>.
BufferManager is taken from the stored initialize() state.
| window | Target window. |
| topology | Primitive topology. |
| texture_binding | Optional descriptor name for a single texture binding |
Definition at line 218 of file Forma.cpp.
References MayaFlux::Portal::Forma::internal::create_buffer_impl(), and MayaFlux::Portal::Forma::internal::k_capacity_bytes.
Here is the call graph for this function: