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

Function TutorialData_Constructor

tutorials/voronoi/voronoi_device.h:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23};
24
25inline void TutorialData_Constructor(TutorialData* This)
26{
27 This->scene = nullptr;
28 This->points = nullptr;
29 This->points_tmp = nullptr;
30 This->colors = nullptr;
31}
32
33inline void TutorialData_Destructor(TutorialData* This)
34{

Callers 1

device_initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected