Re: [AD] No more video/system bitmaps |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2005-05-31, Robert Ohannessian <ROhannessian@xxxxxxxxxx> wrote:
> A bitmap is defined when it is either:
>
> - Allocated and then Copied from an existing bitmap.
> - Allocated and then cleared.
> - Allocated and then defined via a al_acquire_bitmap() /
> al_release_bitmap() pair.
> - Loaded via load_*() (which indirectly uses one of the methods above).
I don't understand. If I do this:
bmp = al_create_bitmap(AL_STATIC_DRAW, ...);
al_clear_bitmap(bmp);
That makes it defined? Does that mean I can't draw to it any more?
Like Elias, I think I need to see some examples.
Peter