Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ createPoints
Function
createPoints
kernels/common/scene_points.cpp:231–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
namespace isa
230
{
231
Points* createPoints(Device* device, Geometry::GType gtype)
232
{
233
return new PointsISA(device, gtype);
234
}
235
} // namespace isa
236
} // namespace embree
Callers
1
RTCGeometry rtcNewGeometry
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected