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

Function TutorialData_Constructor

tutorials/viewer/viewer_device.h:32–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30};
31
32void TutorialData_Constructor(TutorialData* This)
33{
34 This->ispc_scene = g_ispc_scene;
35 This->instancing_mode = g_instancing_mode;
36 This->iflags_coherent = g_iflags_coherent;
37 This->scene = nullptr;
38 This->traversable = nullptr;
39 This->subdiv_mode = false;
40 This->motion_blur = g_motion_blur;
41 This->min_width = g_min_width;
42}
43
44void TutorialData_Destructor(TutorialData* This)
45{

Callers 1

device_initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected