메소드 | 설명 | |
---|---|---|
BeginRenderPass ( IGameContext gameContext, IRenderContext renderContext, IRenderPass previousPass, |
||
DefaultConsoleRenderPass ( IConsole console ) : Microsoft.Xna.Framework.Graphics | ||
EndRenderPass ( IGameContext gameContext, IRenderContext renderContext, IRenderPass nextPass ) : void |
public BeginRenderPass ( IGameContext gameContext, IRenderContext renderContext, IRenderPass previousPass, |
||
gameContext | IGameContext | |
renderContext | IRenderContext | |
previousPass | IRenderPass | |
postProcessingSource | ||
리턴 | void |
public DefaultConsoleRenderPass ( IConsole console ) : Microsoft.Xna.Framework.Graphics | ||
console | IConsole | |
리턴 | Microsoft.Xna.Framework.Graphics |
public EndRenderPass ( IGameContext gameContext, IRenderContext renderContext, IRenderPass nextPass ) : void | ||
gameContext | IGameContext | |
renderContext | IRenderContext | |
nextPass | IRenderPass | |
리턴 | void |