|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| auto MayaFlux::create_buffer | ( | Args &&... | args | ) | -> std::shared_ptr<BufferType> |
creates a new graphics buffer of the specified type and registers it
| BufferType | Type of buffer to create (must be derived from VKBuffer) |
| Args | Constructor argument types |
| args | Constructor arguments for the buffer |
Definition at line 266 of file Graph.hpp.
References register_graphics_buffer().
Here is the call graph for this function: