Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
326
CDLOpCPU::CDLOpCPU(ConstCDLOpDataRcPtr & cdl)
327
: OpCPU()
328
{
329
m_renderParams.update(cdl);
330
}
331
332
#if OCIO_USE_SSE2
333
void LoadRenderParams(const RenderParams & renderParams,
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected