Click or drag to resize
AB4D logo

GraphicsProfileOptimizedHighQualityHardwareRendering Field

OptimizedHighQualityHardwareRendering is the same as HighQualityHardwareRendering but uses 2 times supersampling instead of 4 times supersampling. This reduces the amount of used memory and required pixel shader invocations by 2 but still significantly improves line quality. This settings uses per-pixel lighting and 2 times supersampling with 4 times multi-sampling (2xSSAA + 4xMSAA).

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.1.9105.2048
Syntax
C#
public static readonly GraphicsProfile OptimizedHighQualityHardwareRendering

Field Value

GraphicsProfile
See Also