The fsRenderDeleteTexture deletes a texture.

 

Syntax
int fsRenderDeleteTexture(
    FsContext ctx,
    int image
    )

 

Members
ParametersDescription
ctxA value of type FsContext provided as an argument of the gauge callback.
imageA handle to the texture to delete, as returned by fsRenderCreateTexture.

 

Return Values

This function always returns 0.

 

Remarks

N/A