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

◆ record_deferred_commands()

void MayaFlux::Core::BackendResourceManager::record_deferred_commands ( const std::function< void(vk::CommandBuffer)> &  recorder)

Record deferred command recording for buffer operations.

Parameters
recorderCommand recording function

Definition at line 798 of file BackendResoureManager.cpp.

799{
800 // TODO: batch commands for later submission
801 // For now, just execute immediately
803}
void execute_immediate_commands(const std::function< void(vk::CommandBuffer)> &recorder)
Execute immediate command recording for buffer operations.

References execute_immediate_commands().

Referenced by setup_backend_service().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: