C# Class Fusion.Engine.Graphics.HdrFilter

Inheritance: Fusion.Engine.Common.GameModule
Mostra file Open project: demiurghg/FusionEngine Class Usage Examples

Public Methods

Method Description
HdrFilter ( Game game ) : System

Initialize ( ) : void

/

Render ( GameTime gameTime, RenderTargetSurface target, ShaderResource hdrImage, RenderWorld viewLayer ) : void

Performs luminance measurement, tonemapping, applies bloom.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
LoadContent ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

HdrFilter() public method

public HdrFilter ( Game game ) : System
game Game
return System

Initialize() public method

/
public Initialize ( ) : void
return void

Render() public method

Performs luminance measurement, tonemapping, applies bloom.
public Render ( GameTime gameTime, RenderTargetSurface target, ShaderResource hdrImage, RenderWorld viewLayer ) : void
gameTime Fusion.Engine.Common.GameTime
target Fusion.Drivers.Graphics.RenderTargetSurface LDR target.
hdrImage Fusion.Drivers.Graphics.ShaderResource HDR source image.
viewLayer RenderWorld
return void