| ShadowPrefer16Bit Property |
Gets or sets a value indicating whether the shadow map should use a 16-bit format to store
depth.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public bool Prefer16Bit { get; set; }
Public Property Prefer16Bit As Boolean
Get
Set
public:
property bool Prefer16Bit {
bool get ();
void set (bool value);
}
member Prefer16Bit : bool with get, set
Property Value
Type:
Boolean if a 16 bit shadow map format should be used; otherwise,
. The default value is
.
See Also