Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / ResolveAlphaMapShader Method
The source shader type

In This Topic
    ResolveAlphaMapShader Method
    In This Topic
    Gets the shader with the AlphaMap support.
    Syntax
    'Declaration
     
    Public Function ResolveAlphaMapShader( _
       ByVal shaderType As shaderType _
    ) As shaderType
    public shaderType ResolveAlphaMapShader( 
       shaderType shaderType
    )

    Parameters

    shaderType
    The source shader type

    Return Value

    The corresponding shader type with alpha map support.
    See Also