|
RenderPostProcessingRenderingStepRestoreOriginalRenderTargets Property |
When true the render targets that were used before starting post processes are restored (this may require additional copying of back buffers).
When false (by default) then new render targets (without MSAA) and bound without depth stencil buffer may be set after post processes are executed.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public bool RestoreOriginalRenderTargets { get; set; }
Property Value
BooleanSee Also