C# Class AcTools.Render.Base.PostEffects.HdrHelper

Inheritance: IRenderHelper
Mostra file Open project: gro-ove/actools

Public Properties

Property Type Description
BloomDebug bool

Public Methods

Method Description
Dispose ( ) : void
Draw ( DeviceContextHolder holder, ShaderResourceView view, TargetResourceTexture temporary ) : void
OnInitialize ( DeviceContextHolder holder ) : void
OnResize ( DeviceContextHolder holder ) : void

Private Methods

Method Description
GetAdaptationTexture ( bool inverse = false ) : TargetResourceTexture
UpdateAdaptation ( DeviceContextHolder holder ) : void
UpdateBloom ( DeviceContextHolder holder, ShaderResourceView view ) : void
UpdateNewAverateColor ( DeviceContextHolder holder, ShaderResourceView view ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Draw() public method

public Draw ( DeviceContextHolder holder, ShaderResourceView view, TargetResourceTexture temporary ) : void
holder DeviceContextHolder
view ShaderResourceView
temporary AcTools.Render.Base.TargetTextures.TargetResourceTexture
return void

OnInitialize() public method

public OnInitialize ( DeviceContextHolder holder ) : void
holder DeviceContextHolder
return void

OnResize() public method

public OnResize ( DeviceContextHolder holder ) : void
holder DeviceContextHolder
return void

Property Details

BloomDebug public_oe property

public bool BloomDebug
return bool