MCPcopy Create free account
hub / github.com/cinder/Cinder / createGWorld

Function createGWorld

src/cinder/qtime/QuickTimeUtils.cpp:622–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620}
621
622GWorldPtr createGWorld( ImageSourceRef imageSource )
623{
624 ImageTargetGWorldRef target = ImageTargetGWorld::createRef( imageSource );
625 imageSource->load( target );
626 target->finalize();
627 return target->getGWorld();
628}
629
630#endif // defined( CINDER_MSW )
631

Callers 1

Calls 3

getGWorldMethod · 0.80
loadMethod · 0.45
finalizeMethod · 0.45

Tested by

no test coverage detected