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

Function device_init

tutorials/viewer/viewer_device.cpp:310–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308
309/* called by the C++ code for initialization */
310extern "C" void device_init (char* cfg)
311{
312 TutorialData_Constructor(&data);
313 old_p = Vec3fa(1E10);
314}
315
316extern "C" void renderFrameStandard (int* pixels,
317 const unsigned int width,

Callers

nothing calls this directly

Calls 2

TutorialData_ConstructorFunction · 0.70
Vec3faClass · 0.50

Tested by

no test coverage detected