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

Function pglSurfaceSamplingDistributionClear

openpgl/api/api.cpp:618–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616}
617
618extern "C" OPENPGL_DLLEXPORT void pglSurfaceSamplingDistributionClear(PGLSurfaceSamplingDistribution surfaceSamplingDistribution)
619{
620 ISurfaceSamplingDistribution *gSurfaceSamplingDistribution = (ISurfaceSamplingDistribution *)surfaceSamplingDistribution;
621 gSurfaceSamplingDistribution->clear();
622}
623
624extern "C" OPENPGL_DLLEXPORT PGLRegion pglSurfaceSamplingGetRegion(PGLSurfaceSamplingDistribution surfaceSamplingDistribution)
625{

Callers 1

ClearMethod · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected