kmFreeFixedTextureArea

Releases a fixed texture area.


KMSTATUS KMAPI
kmFreeFixedTextureArea( KMVOID );


Description:

This function releases all fixed texture surface allocated by kmCreateFixedTextureArea.

When this function is used, all fixed texture areas are released at the same time. It is not possible to select and release an individual fixed texture area.

Actually, the fixed texture area is released when the kmSetSystemConfiguration function is issued. After this function is called, the kmSetSystemConfiguration function must also be called.

This function cannot release the area secured by the kmCreateTextureSurface/kmCreateCombinedTextureSurface/kmCreateContiguousTextureSurface.

Parameters:

None

Return values:

ValueExplanation
KMSTATUS_SUCCESS Success

  kmFreeFixedTextureArea