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

In This Topic
    SetActiveTexture Method (OglRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub SetActiveTexture( _
       ByVal textureUnit As TextureBase.textureUnitType _
    ) 
    public override void SetActiveTexture( 
       TextureBase.textureUnitType textureUnit
    )

    Parameters

    textureUnit
    See Also