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

Method ConditionSys

third-party/embreeSrc/common/sys/condition.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68namespace embree
69{
70 ConditionSys::ConditionSys () {
71 cond = new ConditionImplementation;
72 }
73
74 ConditionSys::~ConditionSys() {
75 delete (ConditionImplementation*) cond;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected