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

Method convert

src/IECoreGL/ToGLConverter.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54IECore::RunTimeTypedPtr ToGLConverter::convert()
55{
56 ConstCompoundObjectPtr operands = parameters()->getTypedValidatedValue<CompoundObject>();
57 return doConversion( srcParameter()->getValue(), operands );
58}
59
60ToGLConverterPtr ToGLConverter::create( IECore::ConstObjectPtr object, IECore::TypeId resultType )
61{

Callers 10

getVertexBufferMethod · 0.45
meshMethod · 0.45
renderInstancesMethod · 0.45
renderInstancesMethod · 0.45
ensureVertIdsMethod · 0.45
addVertexAttributeMethod · 0.45
convertFunction · 0.45

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected