static void draw( const gl::Texture &texture, const Vec2f &pos )
 {
     if( texture )
         gl::draw( texture, texture.getCleanBounds(), Rectf( pos.x, pos.y, pos.x + texture.getCleanWidth(), pos.y + texture.getCleanHeight() ) );
 }