Items for maintaining AlShader parameters.
#include <AlShadingFieldItem.h> class AlShadingFieldItem : public AlLinkItem AlShadingFields field() const; AlShadingFieldItem* nextField() const; AlShadingFieldItem* prevField() const;
This class is derived from the AlLinkItem class, and is used to maintain one element of a list of parameters which are valid for a particular AlShader, AlTexture, or AlEnvironment.
Returns the AlShadingFields value for this field.
Returns the next field in this list of fields. NULL may be returned if there is no next field.
Returns the prev field in this list of fields. NULL may be returned if there is no prev field.