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

Function renderTileTask

tutorials/user_geometry/user_geometry_device.cpp:854–863  ·  view source on GitHub ↗

task that renders a single screen tile */

Source from the content-addressed store, hash-verified

852
853/* task that renders a single screen tile */
854void renderTileTask (int taskIndex, int threadIndex, int* pixels,
855 const unsigned int width,
856 const unsigned int height,
857 const float time,
858 const ISPCCamera& camera,
859 const int numTilesX,
860 const int numTilesY)
861{
862 renderTileStandard(taskIndex,threadIndex,pixels,width,height,time,camera,numTilesX,numTilesY);
863}
864
865extern "C" void renderFrameStandard (int* pixels,
866 const unsigned int width,

Callers 1

renderFrameStandardFunction · 0.70

Calls 1

renderTileStandardFunction · 0.70

Tested by

no test coverage detected