Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / CloseTextureInternal Method

In This Topic
    CloseTextureInternal Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Protected Friend Overrides Sub CloseTextureInternal( _
       ByVal textureUnit As TextureBase.textureUnitType, _
       Optional ByVal force As Boolean _
    ) 
    protected internal override void CloseTextureInternal( 
       TextureBase.textureUnitType textureUnit,
       bool force
    )

    Parameters

    textureUnit
    force
    See Also