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

Inheritance: IRenderHelper
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Свойство Type Description
BloomDebug bool

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Draw() public méthode

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

OnInitialize() public méthode

public OnInitialize ( DeviceContextHolder holder ) : void
holder DeviceContextHolder
Résultat void

OnResize() public méthode

public OnResize ( DeviceContextHolder holder ) : void
holder DeviceContextHolder
Résultat void

Property Details

BloomDebug public_oe property

public bool BloomDebug
Résultat bool