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

Function vertexAttribute

src/IECoreGL/bindings/ShaderBinding.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93static object vertexAttribute( const Shader &s, const std::string &n )
94{
95 return parameterToObject( s.vertexAttribute( n ) );
96}
97
98static object csParameter( const Shader &s )
99{

Callers

nothing calls this directly

Calls 2

parameterToObjectFunction · 0.85
vertexAttributeMethod · 0.45

Tested by

no test coverage detected