Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / OglRenderContext Class / SetShader Method

In This Topic
    SetShader Method (OglRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function SetShader( _
       ByVal type As shaderType, _
       Optional ByVal shaderParams As ShaderParameters, _
       Optional ByVal force As Boolean _
    ) As Boolean
    public override bool SetShader( 
       shaderType type,
       ShaderParameters shaderParams,
       bool force
    )

    Parameters

    type
    shaderParams
    force
    See Also