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

Method Base_Update

Source/Engine/Video/AV/VideoBackendAV.cpp:281–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281void VideoBackendAV::Base_Update(TaskGraph* graph)
282{
283 // Schedule work to update all videos in async
284 Function<void(int32)> job;
285 job.Bind(AV::UpdatePlayer);
286 graph->DispatchJob(job, AV::Players.Count());
287}
288
289void VideoBackendAV::Base_Dispose()
290{

Callers

nothing calls this directly

Calls 3

DispatchJobMethod · 0.80
BindMethod · 0.45
CountMethod · 0.45

Tested by

no test coverage detected