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

Method float3Keyword

src/OpenColorIO/GpuShaderUtils.cpp:672–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670}
671
672std::string GpuShaderText::float3Keyword() const
673{
674 return m_lang == LANGUAGE_OSL_1 ? "vector" : getVecKeyword<3>(m_lang);
675}
676
677std::string GpuShaderText::float3Const(float x, float y, float z) const
678{

Callers 2

_Add_Cusp_tableFunction · 0.80
_Add_Compress_Gamut_funcFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected