Click or drag to resize
AB4D logo

SimplePixelShaderPostProcessChangePixelShader Method

Changes the pixel shader. If InitializeResources was already called, then the new pixel shader is also loaded. Otherwise it will be loaded when InitializeResources is called.

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

Parameters

newPixelShaderResourceName  String
See Also