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

In This Topic
    GenTextureName Method
    In This Topic
    Generates a texture name after deleting it if necessary.
    Syntax
    'Declaration
     
    Public Shared Sub GenTextureName( _
       ByRef texName As UInteger _
    ) 
    public static void GenTextureName( 
       ref uint texName
    )

    Parameters

    texName
    The texture name
    See Also