Click or drag to resize
DigitalRuneMaterialItem Property
Gets or sets the effect binding for the specified render pass.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public EffectBinding this[
	string pass
] { get; set; }

Parameters

pass
Type: SystemString
The render pass.

Property Value

Type: EffectBinding
The effect binding, or if this material does not support the specified render pass.

Implements

IDictionaryTKey, TValueItemTKey
Exceptions
ExceptionCondition
ArgumentNullExceptionpass is .
KeyNotFoundExceptionpass is not found in the material.
See Also