Click or drag to resize
AB4D logo

GraphicsProfileShaderQuality Property

Gets or sets a quality settings that specifies the type of shader that should be used to render the scene. Default value is Normal.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public ShaderQuality ShaderQuality { get; set; }

Property Value

ShaderQuality
Remarks

ShaderQuality gets or sets a quality settings that specifies the type of shader that should be used to render the scene.

When the GraphicsProfile is accepted by DXScene, the value of this property is set to the ShaderQuality property.

See Also