Hey people,

I was just wondering, what happens when al_set_target_bitmap is called with respect to transformations? I assume since each bitmap has its own transforms, that they are made current when al_set_target_bitmap is called? I see a call to new_display->vt->set_target_bitmap(new_display, bitmap);

and

new_display->vt->update_transformation(new_display, bitmap);

at the end of al_set_target_bitmap. Is that what is happening there?

It just seems that this aspect of al_set_target_bitmap is not documented at all in the manual and that it should be. Edgar


_______________________________________________
Allegro-developers mailing list
[email protected]
https://mail.gna.org/listinfo/allegro-developers

Reply via email to