-
Notifications
You must be signed in to change notification settings - Fork 0
Texture_delete
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Deletes the given texture, freeing it from memory. This function should be used with caution, do not use it to delete backgrounds or sprites delete them directly which by default optionally frees the texture as well.
| Parameter | Data Type | Description |
|---|---|---|
| texid |
int: This function does not return anything.
// demonstrates freeing a texture from memory
texture_delete(mytexture);
NOTOC
This is number 1