Click or drag to resize
AB4D logo

SimplePixelShaderPostProcess Constructor

Initializes a new instance of the SimplePixelShaderPostProcess class.

Namespace: Ab3d.DirectX.PostProcessing
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.1.9105.2048 (1.0.0.0)
Syntax
C#
public SimplePixelShaderPostProcess(
	string pixelShaderResourceName
)

Parameters

pixelShaderResourceName  String
Name of the pixel shader resource.
See Also