Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::mt::JobEdges Struct Reference

Outgoing dependency edges for a job. Stores either a single dependent job handle or a heap-allocated array of handles. More...

#include <jobmanager.h>

Public Attributes

union { 
 
   JobHandle   dep 
 
   JobHandle *   pDeps 
 
};  
 Dependency or an array of dependencies. depCnt decides which one is used.
 
uint32_t depCnt = 0
 Number of dependencies.
 

Detailed Description

Outgoing dependency edges for a job. Stores either a single dependent job handle or a heap-allocated array of handles.


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