|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API void MayaFlux::unregister_graphics_buffer | ( | const std::shared_ptr< Buffers::VKBuffer > & | buffer | ) |
Unregisters a VKBuffer from the default engine's buffer manager.
| buffer | VKBuffer to unregister |
Removes the buffer from the default engine's buffer management system. The buffer will no longer participate in graphics processing cycles.
Definition at line 165 of file Graph.cpp.
References get_buffer_manager(), and MayaFlux::Buffers::GRAPHICS_BACKEND.
Here is the call graph for this function: