MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / KernelCacheFill

Method KernelCacheFill

src/luxcore/kernelcachefill.cpp:504–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502#endif
503
504void luxcore::KernelCacheFill(const Properties &config, void (*ProgressHandler)(const size_t, const size_t)) {
505#if !defined(LUXRAYS_DISABLE_OPENCL)
506 const size_t count = KernelCacheFillImpl(config, false, 0, NULL);
507
508 KernelCacheFillImpl(config, true, count, ProgressHandler);
509#endif
510}

Callers

nothing calls this directly

Calls 1

KernelCacheFillImplFunction · 0.85

Tested by

no test coverage detected