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

Function TutorialData_Constructor

tutorials/interpolation/interpolation_device.h:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11};
12
13inline void TutorialData_Constructor(TutorialData* This)
14{
15 This->scene = nullptr;
16}
17
18inline void TutorialData_Destructor(TutorialData* This)
19{

Callers 1

device_initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected