MCPcopy Create free account
hub / github.com/RenderKit/embree / renderTileTask

Function renderTileTask

tutorials/next_hit/next_hit_device.cpp:450–459  ·  view source on GitHub ↗

task that renders a single screen tile */

Source from the content-addressed store, hash-verified

448
449/* task that renders a single screen tile */
450void renderTileTask (int taskIndex, int threadIndex, int* pixels,
451 const unsigned int width,
452 const unsigned int height,
453 const float time,
454 const ISPCCamera& camera,
455 const int numTilesX,
456 const int numTilesY)
457{
458 renderTileStandard(taskIndex,threadIndex,pixels,width,height,time,camera,numTilesX,numTilesY);
459}
460
461/* called by the C++ code for initialization */
462extern "C" void device_init (const char* cfg)

Callers 1

renderFrameStandardFunction · 0.70

Calls 1

renderTileStandardFunction · 0.70

Tested by

no test coverage detected