|
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.PostProcessingAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public void ChangePixelShader(
string newPixelShaderResourceName
)
Parameters
- newPixelShaderResourceName String
See Also