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

Method GetOutputSize

src/luxcore/luxcoreimpl.cpp:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186size_t FilmImpl::GetOutputSize(const FilmOutputType type) const {
187 return GetSLGFilm()->GetOutputSize((slg::FilmOutputs::FilmOutputType)type);
188}
189
190unsigned int FilmImpl::GetRadianceGroupCount() const {
191 return GetSLGFilm()->GetRadianceGroupCount();

Callers 3

RefreshTextureMethod · 0.45
Film_GetOutputFloat1Function · 0.45
Film_GetOutputUInt1Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected