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

Function renderTileTask

tutorials/lazy_geometry/lazy_geometry_device.cpp:341–350  ·  view source on GitHub ↗

task that renders a single screen tile */

Source from the content-addressed store, hash-verified

339
340/* task that renders a single screen tile */
341void renderTileTask (int taskIndex, int threadIndex, int* pixels,
342 const unsigned int width,
343 const unsigned int height,
344 const float time,
345 const ISPCCamera& camera,
346 const int numTilesX,
347 const int numTilesY)
348{
349 renderTileStandard(taskIndex,threadIndex,pixels,width,height,time,camera,numTilesX,numTilesY);
350}
351
352extern "C" void renderFrameStandard (int* pixels,
353 const unsigned int width,

Callers 1

renderFrameStandardFunction · 0.70

Calls 1

renderTileStandardFunction · 0.70

Tested by

no test coverage detected