Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / CompileVBO Method
The entity graphics data
The draw function (used only if VBO are not supported)
The parameters (of type VBOParams)
If true the buffer is created dynamic, so it can be updated later on.

In This Topic
    CompileVBO Method (RenderContextBase)
    In This Topic
    Compiles the Entity using Vertex Buffer Objects if possible.
    Syntax
    'Declaration
     
    Public Overridable Sub CompileVBO( _
       ByVal data As EntityGraphicsData, _
       ByVal drawEntityCallBack As DrawEntityCallBack, _
       ByVal vboParams As Object, _
       Optional ByVal dynamic As Boolean _
    ) 
    public virtual void CompileVBO( 
       EntityGraphicsData data,
       DrawEntityCallBack drawEntityCallBack,
       object vboParams,
       bool dynamic
    )

    Parameters

    data
    The entity graphics data
    drawEntityCallBack
    The draw function (used only if VBO are not supported)
    vboParams
    The parameters (of type VBOParams)
    dynamic
    If true the buffer is created dynamic, so it can be updated later on.
    See Also