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

Function TutorialData_Constructor

tutorials/grid_geometry/grid_geometry_device.h:28–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26};
27
28void TutorialData_Constructor(TutorialData* This)
29{
30 This->g_scene = nullptr;
31 This->g_traversable = nullptr;
32 This->gmesh.geom = nullptr;
33 This->gmesh.geomNormals = nullptr;
34 This->gmesh.egrids = nullptr;
35 This->gmesh.vertices = nullptr;
36 This->gmesh.normals = nullptr;
37}
38
39void TutorialData_Destructor(TutorialData* This)
40{

Callers 1

device_initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected