HGE::Texture_Free

Deletes loaded or created texture and frees associated resources.

void Texture_Free(
  HTEXTURE texture
);

Parameters

texture
Handle of a texture to be deleted.

Requirements

Header: hge.h
Import library: hge.lib

See also

Texture_Load