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

Method render

tutorials/common/tutorial/tutorial.cpp:1041–1045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1039#endif
1040
1041 void TutorialApplication::render(unsigned* pixels, const unsigned width, const unsigned height, const float time, const ISPCCamera& camera)
1042 {
1043 device_render(pixels,width,height,time,camera);
1044 renderFrame((int*)pixels,width,height,time,camera);
1045 }
1046
1047 void TutorialApplication::run(int argc, char** argv)
1048 {

Callers 2

renderBenchFuncFunction · 0.80
renderBenchmarkLegacyFunction · 0.80

Calls 1

device_renderFunction · 0.50

Tested by

no test coverage detected