Click or drag to resize
DigitalRuneDRTextureProcessorProcess Method
Processes a texture.

Namespace: DigitalRune.Graphics.Content.Pipeline
Assembly: DigitalRune.Graphics.Content.Pipeline (in DigitalRune.Graphics.Content.Pipeline.dll) Version: 1.2.0.0 (1.2.0.14454)
Syntax
public override TextureContent Process(
	TextureContent input,
	ContentProcessorContext context
)

Parameters

input
Type: TextureContent
The texture content to process.
context
Type: ContentProcessorContext
Context for the specified processor.

Return Value

Type: TextureContent
The converted texture content.
Exceptions
ExceptionCondition
ArgumentNullExceptioninput or context is .
See Also