Click or drag to resize
DigitalRuneBillboardRendererMaxBufferSize Field
The maximum buffer size (number of billboards).

Namespace: DigitalRune.Graphics.Rendering
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public const int MaxBufferSize

Field Value

Type: Int32
Remarks
The maximum buffer size is limited because UInt16 values are internally used as indices.
See Also