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

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

    Parameters

    shader
    shaders
    See Also