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

Function TutorialData_Constructor

tutorials/ray_mask/ray_mask_device.h:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15};
16
17inline void TutorialData_Constructor(TutorialData* This)
18{
19 This->g_scene = nullptr;
20 This->g_traversable = nullptr;
21 This->face_colors = nullptr;
22 This->vertex_colors = nullptr;
23}
24
25inline void TutorialData_Destructor(TutorialData* This)
26{

Callers 1

device_initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected