Click or drag to resize
AB4D logo

RenderPostProcessingRenderingStep(String, String) Constructor

Initializes a new instance of the RenderPostProcessingRenderingStep class.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public RenderPostProcessingRenderingStep(
	string name,
	string description = null
)

Parameters

name  String
The name.
description  String  (Optional)
The description.
Exceptions
ExceptionCondition
ArgumentNullExceptionpostProcesses
See Also