Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetRenderTargets()

RenderTargetBinding[] Microsoft.Xna.Framework.Graphics.GraphicsDevice.GetRenderTargets ( )
inline

Definition at line 2214 of file GraphicsDevice.cs.

2215 {
2216 int num = currentRenderTargetCount;
2217 RenderTargetBinding[] array = new RenderTargetBinding[num];
2219 return array;
2220 }
static unsafe void Copy(Array sourceArray, Array destinationArray, int length)
Definition Array.cs:624

References System.array, System.Array.Copy(), Microsoft.Xna.Framework.Graphics.GraphicsDevice.currentRenderTargetBindings, and Microsoft.Xna.Framework.Graphics.GraphicsDevice.currentRenderTargetCount.