Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / OglRenderContext Class / DelTexture Method
The texture name

In This Topic
    DelTexture Method
    In This Topic
    Deletes a texture and reset the name to zero.
    Syntax
    'Declaration
     
    Public Shared Sub DelTexture( _
       ByRef texName As UInteger _
    ) 
    public static void DelTexture( 
       ref uint texName
    )

    Parameters

    texName
    The texture name
    See Also