RenderContextBase.UpdateVBO Method

Updates the vertex buffer object (that must have been created dynamic).
Public Overridable Sub UpdateVBO( _ 
ByVal data As EntityGraphicsData, _ 
ByVal drawEntityCallBack As DrawEntityCallBack, _ 
ByVal vboParams As Object
)
This language is not supported or no code example is available.
public virtual void UpdateVBO( 
EntityGraphicsData data
DrawEntityCallBack drawEntityCallBack
object vboParams 
)
This language is not supported or no code example is available.

Parameters

data
EntityGraphicsData

The entity graphics data

drawEntityCallBack
DrawEntityCallBack

The draw function (used only if VBO are not supported)

vboParams
object

The parameters (of type VBOParams)

.NET Framework

Supported in: 4.8

In this article

Definition