Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / UpdateConstantBufferPerObject Method

In This Topic
    UpdateConstantBufferPerObject Method (RenderContextBase)
    In This Topic
    Updates the constant buffer per frame with the current data.
    Syntax
    'Declaration
     
    Public Overridable Sub UpdateConstantBufferPerObject() 
    public virtual void UpdateConstantBufferPerObject()
    Remarks
    Direct3D only.
    See Also