v9.0 (2011)
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
// get accessor Boolean rtn = ShaderParamDef.IsStructure; |