Re: [AD] bitmaps and displays |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: "Coordination of admins/developers of the game programming library Allegro" <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] bitmaps and displays
- From: "Trent Gamblin" <trent@xxxxxxxxxx>
- Date: Fri, 25 Apr 2008 20:47:50 -0600 (MDT)
I think turning them to memory bitmaps is a good idea, but in the
case of D3D it should only happen after the last display is
destroyed, as that is when the d3d context (or device) is deleted.
Bitmaps can be shared regardless of the display fornats.
Trent