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

Method mat3fMul

src/OpenColorIO/GpuShaderUtils.cpp:1034–1038  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1032}
1033
1034std::string GpuShaderText::mat3fMul(const float * m3x3,
1035 const std::string & vecName) const
1036{
1037 return matrix3Mul<float>(m3x3, vecName, m_lang);
1038}
1039
1040std::string GpuShaderText::mat3fMul(const double * m3x3,
1041 const std::string & vecName) const

Callers 2

_Add_RGB_to_Aab_ShaderFunction · 0.80
_Add_Aab_to_RGB_ShaderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected