Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / UpdateVBO Method
The entity graphics data
The draw function (used only if VBO are not supported)
The parameters (of type VBOParams)

In This Topic
    UpdateVBO Method (RenderContextBase)
    In This Topic
    Updates the vertex buffer object (that must have been created dynamic).
    Syntax
    'Declaration
     
    Public Overridable Sub UpdateVBO( _
       ByVal data As EntityGraphicsData, _
       ByVal drawEntityCallBack As DrawEntityCallBack, _
       ByVal vboParams As Object _
    ) 
    public virtual void UpdateVBO( 
       EntityGraphicsData data,
       DrawEntityCallBack drawEntityCallBack,
       object vboParams
    )

    Parameters

    data
    The entity graphics data
    drawEntityCallBack
    The draw function (used only if VBO are not supported)
    vboParams
    The parameters (of type VBOParams)
    See Also