|
ngscopeclient v0.2.1
|
A set of filters that can be issued to the GPU in a single submit call, but may have dependencies. More...
#include <FilterGraphExecutor.h>
Public Member Functions | |
| void | AddBatch (const ConcurrentDispatchBatch &batch) |
| void | Run (vk::raii::CommandBuffer &cmdBuf, std::shared_ptr< QueueHandle > queue) |
| bool | empty () |
| std::set< FlowGraphNode * > | GetNodes () |
Protected Attributes | |
| std::vector< ConcurrentDispatchBatch > | m_batches |
A set of filters that can be issued to the GPU in a single submit call, but may have dependencies.