C# Class Nez.GraphicsDeviceExt

ファイルを表示 Open project: prime31/Nez Class Usage Examples

Public Methods

Method Description
setRenderTarget ( this self, RenderTarget2D renderTarget ) : void

sets the RenderTarget without allocating a RenderTargetBinding array.

Method Details

setRenderTarget() public static method

sets the RenderTarget without allocating a RenderTargetBinding array.
public static setRenderTarget ( this self, RenderTarget2D renderTarget ) : void
self this Self.
renderTarget Microsoft.Xna.Framework.Graphics.RenderTarget2D Render target.
return void