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

Method vertexAttributeNames

src/IECoreGL/Shader.cpp:430–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430void Shader::vertexAttributeNames( std::vector<std::string> &names ) const
431{
432 m_implementation->vertexAttributeNames( names );
433}
434
435const Shader::Parameter *Shader::uniformParameter( const std::string &name ) const
436{

Callers 2

testVertexParametersMethod · 0.95
vertexAttributeNamesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected