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

Function pglImageSpaceGuidingBufferStore

openpgl/api/api.cpp:905–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

903}
904
905extern "C" OPENPGL_DLLEXPORT void pglImageSpaceGuidingBufferStore(PGLImageSpaceGuidingBuffer imageSpaceGuidingBuffer, const char *fileName)
906{
907 auto *gImageSpaceGuidingBuffer = (openpgl::ImageSpaceGuidingBuffer *)imageSpaceGuidingBuffer;
908 gImageSpaceGuidingBuffer->store(fileName);
909}
910
911extern "C" OPENPGL_DLLEXPORT pgl_vec3f pglImageSpaceGuidingBufferGetPixelContributionEstimate(PGLImageSpaceGuidingBuffer imageSpaceGuidingBuffer, const pgl_point2i pixel)
912{

Callers 1

StoreMethod · 0.85

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected