Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / UpdateShaders Method / UpdateShaders(Dictionary<shaderType,IShaderTechnique>,ShaderParameters) Method

In This Topic
    UpdateShaders(Dictionary<shaderType,IShaderTechnique>,ShaderParameters) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Sub UpdateShaders( _
       ByVal shaders As Dictionary(Of shaderType,IShaderTechnique), _
       ByVal shaderParams As ShaderParameters _
    ) 
    public static void UpdateShaders( 
       Dictionary<shaderType,IShaderTechnique> shaders,
       ShaderParameters shaderParams
    )

    Parameters

    shaders
    shaderParams
    See Also