Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / SetActiveTexture Method
TextureUnit to enable

In This Topic
    SetActiveTexture Method (RenderContextBase)
    In This Topic
    Enables the given textureUnit (OpenGL only).
    Syntax
    'Declaration
     
    Public Overridable Sub SetActiveTexture( _
       ByVal textureUnit As TextureBase.textureUnitType _
    ) 
    public virtual void SetActiveTexture( 
       TextureBase.textureUnitType textureUnit
    )

    Parameters

    textureUnit
    TextureUnit to enable
    See Also