virtual ZRESULT addTextureLayer(tTextureLayerInfo* pInfo=NULL)=0;

Description

Adds texture layer into a set of texture layers. Texture layer is added with the latest index (last), but you can set texture layer priority to make it act earlier or first.

Parameters:
pInfo
Optional texture layer information presented with struct tTextureLayerInfo.
See Also:
Interface overview and methods
setTextureLayer method
struct tTextureLayerInfo