bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
ECSJobUpdater.JobCaller
game_core
job_updater
ECSJobUpdater
Undocumented in source.
struct
ECSJobUpdater
static
struct
JobCaller {
EntityManager
.
Job
*
job
;
ECSJobUpdater
*
updater
;
uint
id
;
void
callJob
(ThreadData* th_data, JobData* data);
}
Members
Functions
callJob
void
callJob
(ThreadData* th_data, JobData* data)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
id
uint
id
;
Undocumented in source.
job
EntityManager
.
Job
*
job
;
Undocumented in source.
updater
ECSJobUpdater
*
updater
;
Undocumented in source.
Meta
Source
See Implementation
game_core
job_updater
ECSJobUpdater
constructors
this
destructors
~this
functions
begin
call
dispatch
getThreadID
onCreate
releaseMainThread
static variables
thread_id
tls_key
structs
Group
JobCaller
variables
call_jobs
groupEndJobs
jobs
last_job
pool
thread_data