MCPcopy Create free account
hub / github.com/RenderKit/ospray / update

Method update

modules/cpu/fb/TaskError.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void TaskError::update(const vec2i &task, const float err)
44{
45 if (taskErrorBuffer) {
46 (*taskErrorBuffer)[task.y * numTasks.x + task.x] = err;
47 }
48}
49
50float TaskError::refine(const float errorThreshold)
51{

Callers 2

processMessageMethod · 0.80
gatherFinalErrorsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected