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

Method uniformParameterNames

src/IECoreGL/Shader.cpp:425–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425void Shader::uniformParameterNames( std::vector<std::string> &names ) const
426{
427 m_implementation->uniformParameterNames( names );
428}
429
430void Shader::vertexAttributeNames( std::vector<std::string> &names ) const
431{

Callers 4

testUniformParametersMethod · 0.95
testGeometryShaderMethod · 0.95
uniformParameterNamesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected