Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / ShadowMapData Class / EnableForShaders Method
number of texture

In This Topic
    EnableForShaders Method
    In This Topic
    Enables ShadowMap.
    Syntax
    'Declaration
     
    Public Overridable Sub EnableForShaders( _
       ByVal context As RenderContextBase, _
       ByVal texNumber As Integer _
    ) 
    public virtual void EnableForShaders( 
       RenderContextBase context,
       int texNumber
    )

    Parameters

    context
    texNumber
    number of texture
    See Also