MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::Kinesis::Vision::VisionStep Struct Reference

One step in a VisionSequence: an op and its parameters. More...

#include <VisionOp.hpp>

+ Collaboration diagram for MayaFlux::Kinesis::Vision::VisionStep:

Public Attributes

bool deferred { false }
 
VisionOp op
 
VisionParams params { std::monostate {} }
 

Detailed Description

One step in a VisionSequence: an op and its parameters.

A deferred step submits its GPU work without waiting on the fence. The run that submits it returns SUSPENDED at that step index; a subsequent run polls the fence, and once signalled resumes the sequence from the following step. How many calls that takes is not the executor's concern.

Definition at line 158 of file VisionOp.hpp.


The documentation for this struct was generated from the following file: