Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ floatKeyword
Method
floatKeyword
src/OpenColorIO/GpuShaderUtils.cpp:377–380 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
375
}
376
377
std::string GpuShaderText::floatKeyword() const
378
{
379
return (m_lang == GPU_LANGUAGE_CG ?
"half"
:
"float"
);
380
}
381
382
std::string GpuShaderText::floatKeywordConst() const
383
{
Callers
15
AddCurveFunctionName
Function · 0.80
AddCurveEvalMethodTextToShaderProgram
Function · 0.80
_Add_Reach_table
Function · 0.80
_Add_Toe_func
Function · 0.80
_Add_Tonescale_func
Function · 0.80
_Add_Cusp_table
Function · 0.80
_Add_Focus_Gain_func
Function · 0.80
_Add_Solve_J_Intersect_func
Function · 0.80
_Add_Find_Gamut_Boundary_Intersection_func
Function · 0.80
_Add_Compression_func
Function · 0.80
Add_HSV_TO_RGB
Function · 0.80
Add_MidsRev_Shader
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected