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.0.8865.1045
Syntax
C#
public void ChangePixelShader(
	string newPixelShaderResourceName
)

Parameters

newPixelShaderResourceName  String
See Also