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

Method vertexAttribute

src/IECoreGL/Shader.cpp:440–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438}
439
440const Shader::Parameter *Shader::vertexAttribute( const std::string &name ) const
441{
442 return m_implementation->vertexAttribute( name );
443}
444
445const Shader::Parameter *Shader::csParameter() const
446{

Callers 3

testVertexParametersMethod · 0.95
addVertexAttributeMethod · 0.45
vertexAttributeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected