Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / GLShader Class / SetParameters Method
the object containing the shader parameters

In This Topic
    SetParameters Method (GLShader)
    In This Topic
    Sets the shader parameters.
    Syntax
    'Declaration
     
    Public MustOverride Sub SetParameters( _
       ByVal shaderParams As Object _
    ) 
    public abstract void SetParameters( 
       object shaderParams
    )

    Parameters

    shaderParams
    the object containing the shader parameters
    See Also