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

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

    Parameters

    data
    See Also