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

In This Topic
    LockShaders Method
    In This Topic
    Locks the shaders so that the following calls to SetShader won't do anything until the shaders are unlocked.
    Syntax
    'Declaration
     
    Public Overridable Sub LockShaders( _
       ByVal lockShader As Boolean _
    ) 
    public virtual void LockShaders( 
       bool lockShader
    )

    Parameters

    lockShader
    See Also