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

Function pglSurfaceSamplingDistributionGetId

openpgl/api/api.cpp:606–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604}
605
606extern "C" OPENPGL_DLLEXPORT uint32_t pglSurfaceSamplingDistributionGetId(PGLSurfaceSamplingDistribution surfaceSamplingDistribution)
607{
608 ISurfaceSamplingDistribution *gSurfaceSamplingDistribution = (ISurfaceSamplingDistribution *)surfaceSamplingDistribution;
609 return gSurfaceSamplingDistribution->getId();
610}
611
612extern "C" OPENPGL_DLLEXPORT bool pglSurfaceSamplingDistributionValidate(PGLSurfaceSamplingDistribution surfaceSamplingDistribution)
613{

Callers 1

GetIdMethod · 0.85

Calls 1

getIdMethod · 0.45

Tested by

no test coverage detected