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

Function renderTileTask

tutorials/voronoi/voronoi_device.cpp:217–226  ·  view source on GitHub ↗

task that renders a single screen tile */

Source from the content-addressed store, hash-verified

215
216/* task that renders a single screen tile */
217void renderTileTask (int taskIndex, int threadIndex, int* pixels,
218 const unsigned int width,
219 const unsigned int height,
220 const float time,
221 const ISPCCamera& camera,
222 const int numTilesX,
223 const int numTilesY)
224{
225 renderTileStandard(taskIndex,threadIndex,pixels,width,height,time,camera,numTilesX,numTilesY);
226}
227
228void splat_color(int* pixels,
229 unsigned int width,

Callers 1

device_renderFunction · 0.70

Calls 1

renderTileStandardFunction · 0.70

Tested by

no test coverage detected