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

Function createLineSegments

kernels/common/scene_line_segments.cpp:317–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315 namespace isa
316 {
317 LineSegments* createLineSegments(Device* device, Geometry::GType gtype) {
318 return new LineSegmentsISA(device,gtype);
319 }
320 }
321}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected