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

Method float4Keyword

src/OpenColorIO/GpuShaderUtils.cpp:753–756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751}
752
753std::string GpuShaderText::float4Keyword() const
754{
755 return getVecKeyword<4>(m_lang);
756}
757
758std::string GpuShaderText::float4Const(const float x, const float y, const float z, const float w) const
759{

Callers 2

WriteShaderHeaderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected