|
SeparableKernelPostProcessIsVerticalPass Property |
Gets a boolean that specifies if vertical rendering pass is applied. If false than horizontal pass is applied. This value is set in constructor.
Note that in order to render this post process fully, it needs to run in two passes - once as vertical and once as horizontal post process.
Namespace: Ab3d.DirectX.PostProcessingAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public bool IsVerticalPass { get; }
Property Value
BooleanSee Also