MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / CDLOpCPU

Method CDLOpCPU

src/OpenColorIO/ops/cdl/CDLOpCPU.cpp:326–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324#endif
325
326CDLOpCPU::CDLOpCPU(ConstCDLOpDataRcPtr & cdl)
327 : OpCPU()
328{
329 m_renderParams.update(cdl);
330}
331
332#if OCIO_USE_SSE2
333void LoadRenderParams(const RenderParams & renderParams,

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected