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

In This Topic
    CleanUpShaders Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub CleanUpShaders( _
       ByRef shaders As Dictionary(Of shaderType,IShaderTechnique) _
    ) 
    public void CleanUpShaders( 
       ref Dictionary<shaderType,IShaderTechnique> shaders
    )

    Parameters

    shaders
    See Also