Surface_free - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

Notation

Description

Frees the given surface from memory.

Parameters

  • id, index of the surface

Return Values

This function has no return values.

Example Call

surface_free(surf);

Demonstrates freeing a surface from memory. NOTOC