Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / SetPointsShader Method

In This Topic
    SetPointsShader Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Function SetPointsShader( _
       ByVal thick As Boolean, _
       ByVal shader As shaderType, _
       Optional ByVal shaderParams As ShaderParameters _
    ) As Boolean
    protected override bool SetPointsShader( 
       bool thick,
       shaderType shader,
       ShaderParameters shaderParams
    )

    Parameters

    thick
    shader
    shaderParams
    See Also