Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / UpdateConstantBufferPerFrame Method

In This Topic
    UpdateConstantBufferPerFrame Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub UpdateConstantBufferPerFrame( _
       Optional ByVal data As ShaderParameters _
    ) 
    public override void UpdateConstantBufferPerFrame( 
       ShaderParameters data
    )

    Parameters

    data
    See Also