virtual ZRESULT getParentMaterial(rend::IMaterial** ppMat)=0;

Description

Provides parent material if available.

Return value

ZRESULT_OK if valid material interface pointer supplied or ZRESULT_FALSE if there is no parent material available.

Parameters:
ppMat
Ret-val argument with an address of a pointer for requested interface. Not NULL.
See Also:
Interface overview and methods
setParentMaterial method