[ Maverik Level 1 functions ]


mav_paletteTextureFree

Summary

Free a palette texture.


Syntax

void mav_paletteTextureFree(MAV_palette *p, int index);


Description

This function frees the memory allocated for the texture stored at entry index in the texture table of palette p.


See also

mav_paletteTextureSetFromMem.


Back to the index page.