19 #ifndef EQFABRIC_TASK_H 
   20 #define EQFABRIC_TASK_H 
   23 #include <lunchbox/types.h> 
   37         TASK_NONE     = LB_BIT_NONE,
 
   45         TASK_ALL      = LB_BIT_ALL_32
 
Task
Tasks define the actions executed by a channel during rendering. 
 
leaf: all, other ASSEMBLE|READBACK|VIEW 
 
Draw data to the framebuffer. 
 
Read results to output frames.