Click or drag to resize
AB4D logo

IMultiPassEffect Interface

IMultiPassEffect interface provides methods that are used for effect with multiple rendering passes.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public interface IMultiPassEffect

The IMultiPassEffect type exposes the following members.

Methods
 NameDescription
Public methodApplyRenderingPass Sets the constant buffers and prepares all the shader states for rendering the specified rendering pass. Before this method is called the OnApplyPerFrameSettings method must be called to set other frame settings.
Public methodGetRequiredRenderingPassesCount Gets number of passes required to render this effect.
Top
See Also