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

Function renderTileTask

tutorials/grid_geometry/grid_geometry_device.cpp:654–663  ·  view source on GitHub ↗

task that renders a single screen tile */

Source from the content-addressed store, hash-verified

652
653/* task that renders a single screen tile */
654void renderTileTask (int taskIndex, int threadIndex, int* pixels,
655 const unsigned int width,
656 const unsigned int height,
657 const float time,
658 const ISPCCamera& camera,
659 const int numTilesX,
660 const int numTilesY)
661{
662 renderTileStandard(taskIndex,threadIndex,pixels,width,height,time,camera,numTilesX,numTilesY);
663}
664
665extern "C" void renderFrameStandard (int* pixels,
666 const unsigned int width,

Callers 1

renderFrameStandardFunction · 0.70

Calls 1

renderTileStandardFunction · 0.70

Tested by

no test coverage detected