MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Base_Update

Method Base_Update

Source/Engine/Video/Android/VideoBackendAndroid.cpp:575–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573}
574
575void VideoBackendAndroid::Base_Update(TaskGraph* graph)
576{
577 // Schedule work to update all videos in async
578 Function<void(int32)> job;
579 job.Bind(Android::UpdatePlayer);
580 graph->DispatchJob(job, Android::Players.Count());
581}
582
583void VideoBackendAndroid::Base_Dispose()
584{

Callers

nothing calls this directly

Calls 3

DispatchJobMethod · 0.80
BindMethod · 0.45
CountMethod · 0.45

Tested by

no test coverage detected