Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / ShaderParameters Class / ShaderParameters Constructor / ShaderParameters Constructor(RenderContextBase)

In This Topic
    ShaderParameters Constructor(RenderContextBase)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal renderContext As RenderContextBase _
    )
    public ShaderParameters( 
       RenderContextBase renderContext
    )

    Parameters

    renderContext
    See Also