Click or drag to resize
AB4D logo

StandardEffectApplyRenderingPass Method

Sets the constant buffers and prepares all the shader states for rendering the specfied rendering pass. Before this method is called the OnApplyPerFrameSettings method must be called to set other frame settings.

Namespace: Ab3d.DirectX.Effects
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public void ApplyRenderingPass(
	int renderingPassIndex,
	RenderingContext renderingContext
)

Parameters

renderingPassIndex  Int32
zero based rendering pass index
renderingContext  RenderingContext
RenderingContext

Implements

IMultiPassEffectApplyRenderingPass(Int32, RenderingContext)
See Also