Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / UpdateConstantBufferPerFrame Method
The data to set on the constant buffer per frame. If it's null, the current data is used.

In This Topic
    UpdateConstantBufferPerFrame Method (RenderContextBase)
    In This Topic
    Updates the constant buffer per frame with the given data.
    Syntax
    'Declaration
     
    Public Overridable Sub UpdateConstantBufferPerFrame( _
       Optional ByVal data As ShaderParameters _
    ) 
    public virtual void UpdateConstantBufferPerFrame( 
       ShaderParameters data
    )

    Parameters

    data
    The data to set on the constant buffer per frame. If it's null, the current data is used.
    Remarks
    Direct3D only.
    See Also