RenderingContextMSAABackBuffer Property |
Gets a MSAA BackBuffer as Texture2D (set if multisampling is used; otherwise the BackBuffer property is set)
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 1.1.5815.1040
Syntaxpublic Texture2D MSAABackBuffer { get; }
Property Value
Type:
Texture2D
See Also