ShaderParamDef.IsStructure operator

Introduced

v9.0 (2011)

Description

Returns a Boolean value describing whether or not the parameter is a structure parameter (true if it is). This is a convenience method for testing the following:

ShaderParamDef.DataType == siShaderDataTypeStructure

C# Syntax

// get accessor
Boolean rtn = ShaderParamDef.IsStructure;

See Also

ShaderStructParamDef