| 620 | } |
| 621 | |
| 622 | GWorldPtr 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 |
no test coverage detected