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

Method AllocSamplerSharedData

src/slg/renderconfig.cpp:277–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277SamplerSharedData *RenderConfig::AllocSamplerSharedData(RandomGenerator *rndGen, Film *film) const {
278 return SamplerSharedData::FromProperties(cfg, rndGen, film);
279}
280
281Sampler *RenderConfig::AllocSampler(RandomGenerator *rndGen, Film *film, const FilmSampleSplatter *flmSplatter,
282 SamplerSharedData *sharedData, const Properties &additionalProps) const {

Callers 2

StartLockLessMethod · 0.80
StartLockLessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected