Click or drag to resize
AB4D logo

SimplePixelShaderPostProcess Methods

The SimplePixelShaderPostProcess type exposes the following members.

Methods
 NameDescription
Public methodChangePixelShader 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.
Public methodRender 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))
Top
See Also