Class EffectPass
Contains the rendering state for drawing with an effect.
An effect can contain one or more passes.public class EffectPass
- Inheritance
-
EffectPass
- Inherited Members
Properties
Annotations
Gets the collection of EffectAnnotation objects for this EffectPass.
public EffectAnnotationCollection Annotations { get; }
Property Value
Name
Gets the name of this pass.
public string Name { get; }
Property Value
Methods
Apply()
Begins this pass.
public void Apply()