[AD] al_set_target_bitmap and transforms |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Allegro Developers <allegro-developers@xxxxxxxxxx>
- Subject: [AD] al_set_target_bitmap and transforms
- From: Edgar Reynaldo <edgarreynaldo@xxxxxxxxxx>
- Date: Thu, 20 Oct 2016 11:49:22 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=members-allegro-cc.20150623.gappssmtp.com; s=20150623; h=from:to:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=u+RswfFkM2io1Tww4U+79Wi17u3pTey0EIt9S5Nj3Po=; b=HGj6n6a2KpRK8pdl3x7ouxQr2ZskzvCHkWPMsa2HoTxVSOmeQ+A0Xo5sM/T5QzGtCL BKuG+l+36UmuLk8KJqF+4bc9rNgPT/be5A5+KZvf01w2gPuKYODf1cRvm9Z0vOLtswdt jh+vOPdsZPTN5weDQ+x9m4GngqThP337yUmFJh0ek9PHz1aOY+f4wapv7qGuuvAPWjbC 99URv8TFR77PVneE6k2ZZJVwJzsllnCdKQn1paprPjJkdosYqAZTIbUjNt6Kxl7ucmSb lHjU6rxZuoxgpw76l6H3ecbh9j3hLsDKbo3EMyAhXe3QiQidBG2ToM5K6yPtX06TDsRF rnTw==
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