Loading...
Searching...
No Matches
scheduleNode.h File Reference
+ Include dependency graph for scheduleNode.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VdfScheduleInput
 This class contains scheduling information for an input. More...
 
class  VdfScheduleNode
 This class contains scheduling information necessary to run a single VdfNode. More...
 

Class Documentation

◆ VdfScheduleInput

class VdfScheduleInput

This class contains scheduling information for an input.

A VdfSheduleNode contains a list of these.

Definition at line 72 of file scheduleNode.h.

Class Members
const VdfInput * input The input corresponding to this scheduled input.
VdfMask mask The dependency mask, indicating which elements of the source output value this input depends on.
const VdfOutput * source The output from which the scheduled input sources its values.