|  | BillboardRendererMaxBufferSize Field | 
            The maximum buffer size (number of billboards).
            
 
Namespace: DigitalRune.Graphics.RenderingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
 Syntax
Syntaxpublic const int MaxBufferSize
Public Const MaxBufferSize As Integer
public:
literal int MaxBufferSize
static val mutable MaxBufferSize: int
Field Value
Type: 
Int32 Remarks
Remarks
            The maximum buffer size is limited because 
UInt16 values are internally used 
            as indices.
            
 See Also
See Also