Eyeshot 10 WinForms API Reference
DelTexture Method

WinForms Assembly > devDept.Graphics Namespace > OglRenderContext Class : DelTexture Method
The texture name
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

Reference

OglRenderContext Class
OglRenderContext Members