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

In This Topic
    EnableShader Method (RenderContextBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected Friend Overridable Function EnableShader( _
       ByVal shader As shaderType, _
       ByVal shaders As Dictionary(Of shaderType,IShaderTechnique) _
    ) As Boolean
    protected internal virtual bool EnableShader( 
       shaderType shader,
       Dictionary<shaderType,IShaderTechnique> shaders
    )

    Parameters

    shader
    shaders
    See Also