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.0.8865.1045
Syntax
C#
public SimplePixelShaderPostProcess(
	string pixelShaderResourceName
)

Parameters

pixelShaderResourceName  String
Name of the pixel shader resource.
See Also