Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DTextureBase Class / EnableTexture Method

In This Topic
    EnableTexture Method (D3DTextureBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub EnableTexture( _
       ByVal renderContext As RenderContextBase, _
       ByVal textureUnit As TextureBase.textureUnitType _
    ) 
    protected override void EnableTexture( 
       RenderContextBase renderContext,
       TextureBase.textureUnitType textureUnit
    )

    Parameters

    renderContext
    textureUnit
    See Also