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

Function renderTileTask

tutorials/dynamic_scene/dynamic_scene_device.cpp:244–253  ·  view source on GitHub ↗

task that renders a single screen tile */

Source from the content-addressed store, hash-verified

242
243/* task that renders a single screen tile */
244void renderTileTask (int taskIndex, int threadIndex, int* pixels,
245 const unsigned int width,
246 const unsigned int height,
247 const float time,
248 const ISPCCamera& camera,
249 const int numTilesX,
250 const int numTilesY)
251{
252 renderTileStandard(taskIndex,threadIndex,pixels,width,height,time,camera,numTilesX,numTilesY);
253}
254
255/* animates a sphere */
256void animateSphere (int id, float time)

Callers 1

renderFrameStandardFunction · 0.70

Calls 1

renderTileStandardFunction · 0.70

Tested by

no test coverage detected