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

Method setUserData

kernels/common/geometry.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 }
136
137 void Geometry::setUserData (void* ptr)
138 {
139 userPtr = ptr;
140 }
141
142 void Geometry::setIntersectionFilterFunctionN (RTCFilterFunctionN filter)
143 {

Callers 1

rtcSetGeometryUserDataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected