Applies no effect on the texture. But only copies the given source texture to a render target.

Namespace:  Hilva.PostProcess
Assembly:  Hilva (in Hilva.dll)

Syntax

C#
public override void PostProcess(
	Texture2D sourceTexture,
	RenderTarget2D result
)

Parameters

sourceTexture
Type: Texture2D
The texture data is being copied from.
result
Type: RenderTarget2D
A render target to store result of the post process effect in. Set null to store the result to graphics device draw buffer.

Implements

IPostProcess..::.PostProcess(Texture2D, RenderTarget2D)

See Also