Simple |
The SimplePixelShaderPostProcess type exposes the following members.
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)) |