Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / SetShaders Method
The shaders dictionary
If true, the shaders are for the planar reflections drawing
The shader parameters

In This Topic
    SetShaders Method
    In This Topic
    Sets the shaders dictionary.
    Syntax
    'Declaration
     
    Public Sub SetShaders( _
       ByVal shaders As Dictionary(Of shaderType,IShaderTechnique), _
       ByVal planarReflections As Boolean, _
       Optional ByVal shaderParams As ShaderParameters _
    ) 

    Parameters

    shaders
    The shaders dictionary
    planarReflections
    If true, the shaders are for the planar reflections drawing
    shaderParams
    The shader parameters
    See Also