Click or drag to resize
DigitalRuneShadowPrefer16Bit Property
Gets or sets a value indicating whether the shadow map should use a 16-bit format to store depth.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public bool Prefer16Bit { get; set; }

Property Value

Type: Boolean
if a 16 bit shadow map format should be used; otherwise, . The default value is .
See Also