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

◆ create_descriptor_manager

std::function<std::shared_ptr<void>(uint32_t)> MayaFlux::Registry::Service::ComputeService::create_descriptor_manager

Create a descriptor set manager/pool.

Parameters
pool_sizeMaximum number of descriptor sets to allocate
Returns
Opaque descriptor manager handle

Manages allocation of descriptor sets. Pool size determines maximum concurrent allocations before reset/reallocation needed.

Definition at line 41 of file ComputeService.hpp.