Gaia-ECS v1.0.0
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::mt::JobArgs Struct Reference

Half-open item range passed to a parallel job callback. More...

#include <jobcommon.h>

Public Attributes

uint32_t idxStart
 First item index processed by this invocation.
 
uint32_t idxEnd
 One-past-the-last item index processed by this invocation.
 

Detailed Description

Half-open item range passed to a parallel job callback.


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