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

Function TutorialData_Constructor

tutorials/forest/forest_device.h:26–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24};
25
26inline void TutorialData_Constructor(TutorialData* This)
27{
28 This->g_scene = nullptr;
29 This->g_traversable = nullptr;
30 This->tree_ids_host = nullptr;
31 This->tree_ids_device = nullptr;
32 This->tree_transforms_host = nullptr;
33 This->tree_transforms_device = nullptr;
34 This->terrain_triangles = nullptr;
35}
36
37inline void TutorialData_FreeTreeData(void* hptr, void* dptr)
38{

Callers 1

device_initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected