v9.0 (2011)
Defines the types of filters when creating a shader parameter definition of type property look-up (siShaderDataTypeProperty). When you call the SetAttribute method, pass siPropertyFilterAttribute in the first parameter and one of these values in the second parameter.
siShaderPropertyFilterType.siAnyPropertyFilter // 0 siShaderPropertyFilterType.siAnyVertexMapPropertyFilter // 1 siShaderPropertyFilterType.siUVPropertyFilter // 2 siShaderPropertyFilterType.siCAVPropertyFilter // 3 siShaderPropertyFilterType.siWeightMapPropertyFilter // 4 siShaderPropertyFilterType.siTextureMapPropertyFilter // 5 siShaderPropertyFilterType.siNormalPropertyFilter // 6 |