I would like to use CGRectMake to feed a rect structure to an image (image drawInRect:rect). Problem is, the position and the size of this rect will dynamically changed. Is there a performance hit for calling CGRectMake every "game loop frame"?
Thanks!