![]() | |
Simple |
public class SimplePixelShaderPostProcess : StandardPostProcess
The SimplePixelShaderPostProcess type exposes the following members.
Name | Description | |
---|---|---|
![]() | SimplePixelShaderPostProcess | Initializes a new instance of the SimplePixelShaderPostProcess class. |
Name | Description | |
---|---|---|
![]() | ChangePixelShader | 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. |
![]() | Render |
Render renders the post process with using the sourceShaderResourceView as the source texture.
It rendered the output to the CurrentRenderTargetView defined in the renderingContext.
(Overrides PostProcessBaseRender(RenderingContext, ShaderResourceView)) |