C# Class Protogame.Default2DDirectRenderPass

The default implementation of an I2DDirectRenderPass.
Inheritance: I2DDirectRenderPass
Mostra file Open project: RedpointGames/Protogame

Public Methods

Method Description
BeginRenderPass ( IGameContext gameContext, IRenderContext renderContext, IRenderPass previousPass, RenderTarget2D postProcessingSource ) : void
EndRenderPass ( IGameContext gameContext, IRenderContext renderContext, IRenderPass nextPass ) : void

Method Details

BeginRenderPass() public method

public BeginRenderPass ( IGameContext gameContext, IRenderContext renderContext, IRenderPass previousPass, RenderTarget2D postProcessingSource ) : void
gameContext IGameContext
renderContext IRenderContext
previousPass IRenderPass
postProcessingSource Microsoft.Xna.Framework.Graphics.RenderTarget2D
return void

EndRenderPass() public method

public EndRenderPass ( IGameContext gameContext, IRenderContext renderContext, IRenderPass nextPass ) : void
gameContext IGameContext
renderContext IRenderContext
nextPass IRenderPass
return void