Structure CombustionJob
See Also: Class MaxNetManager, Structure Job
Description:
This structure is available in release 4.0 and later only.
This structure is used by the Network Rendering API to store information about a Combustion specific job.
typedef struct {
bool init;
This flag determines if the structure is valid.
char reserved[128];
Reserved for future use.
} CombustionJob;