GraphicsDevice.SetRenderTargets Method

Sets an array of render targets.

Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)

public void SetRenderTargets (
         params RenderTargetBinding[] renderTargets
)

Parameters

renderTargets
Type: RenderTargetBinding
[ParamArrayAttribute] An array of render targets.

Exception typeCondition
NotSupportedException The profile supports a maximum of 1 simultaneous render targets.

Xbox 360, Windows 7, Windows Vista, Windows XP

Community Additions

ADD
Show: