MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / BarrierSys

Method BarrierSys

third-party/embreeSrc/common/sys/barrier.cpp:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128namespace embree
129{
130 BarrierSys::BarrierSys (size_t N) {
131 opaque = new BarrierSysImplementation(N);
132 }
133
134 BarrierSys::~BarrierSys () {
135 delete (BarrierSysImplementation*) opaque;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected