Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getLanguage
Method
getLanguage
src/OpenColorIO/GpuShaderDesc.cpp:129–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
GpuLanguage GpuShaderCreator::getLanguage() const noexcept
130
{
131
return getImpl()->m_language;
132
}
133
134
void GpuShaderCreator::setFunctionName(const char * name) noexcept
135
{
Callers
15
WriteShaderHeader
Function · 0.45
WriteShaderFooter
Function · 0.45
GetCDLGPUShaderProgram
Function · 0.45
AddUniform
Function · 0.45
AddBoolUniform
Function · 0.45
GetGradingPrimaryGPUShaderProgram
Function · 0.45
AddLogShader
Function · 0.45
AddAntiLogShader
Function · 0.45
AddLogToLinShader
Function · 0.45
AddLinToLogShader
Function · 0.45
AddCameraLogToLinShader
Function · 0.45
AddCameraLinToLogShader
Function · 0.45
Calls
1
getImpl
Function · 0.50
Tested by
2
test_shader_creator_interface
Method · 0.36
OCIO_ADD_TEST
Function · 0.36