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

Method floatKeywordConst

src/OpenColorIO/GpuShaderUtils.cpp:382–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382std::string GpuShaderText::floatKeywordConst() const
383{
384 std::string str;
385
386 str += constKeyword();
387 str += floatKeyword();
388
389 return str;
390}
391
392std::string GpuShaderText::floatDecl(const std::string & name) const
393{

Callers 8

AddLinToLogShaderFunction · 0.80
AddLogToLinShaderFunction · 0.80
Add_MidsPre_ShaderFunction · 0.80
Add_WhiteBlackPre_ShaderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected