MCPcopy Create free account
hub / github.com/ImageEngine/cortex / csParameter

Function csParameter

src/IECoreGL/bindings/ShaderBinding.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98static object csParameter( const Shader &s )
99{
100 return parameterToObject( s.csParameter() );
101}
102
103static ShaderPtr shader( Shader::Setup &s )
104{

Callers

nothing calls this directly

Calls 2

parameterToObjectFunction · 0.85
csParameterMethod · 0.45

Tested by

no test coverage detected