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

Function isDirectLight

openpgl/data/SampleData.h:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84inline bool isDirectLight(const SampleData &sd)
85{
86 return (sd.flags & EDirectLight);
87}
88
89inline std::string toString(const SampleData &sd)
90{

Callers 1

updateFluenceEstimateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected