Click or drag to resize
RenderingContextMSAABackBuffer Property
Gets a MSAA BackBuffer as Texture2D (set if multisampling is used; otherwise the BackBuffer property is set)

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 1.1.5815.1040
Syntax
C#
public Texture2D MSAABackBuffer { get; }

Property Value

Type: Texture2D
See Also