
v9.0 (2011)
Returns the MetaShaderRendererDef that matches the specified name.
MetaShaderRendererDef ShaderDef.GetRendererDefByName( String in_str ); |
oReturn = ShaderDef.GetRendererDefByName( in_str ); |
| Parameter | Type | Description |
|---|---|---|
| in_str | String | The name of the renderer to return. This is the equivalent of the string identifying each Renderer section under the MetaShader section in a SPDL file. |