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

Function pglSampleStorageClearSurface

openpgl/api/api.cpp:344–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344extern "C" OPENPGL_DLLEXPORT void pglSampleStorageClearSurface(PGLSampleStorage sampleStorage)
345{
346 auto *gSampleStorage = (openpgl::SampleDataStorage *)sampleStorage;
347 gSampleStorage->clearSurface();
348}
349
350extern "C" OPENPGL_DLLEXPORT void pglSampleStorageClearVolume(PGLSampleStorage sampleStorage)
351{

Callers 1

ClearSurfaceMethod · 0.85

Calls 1

clearSurfaceMethod · 0.80

Tested by

no test coverage detected