CgGl.cgGLGetTextureEnum Method
Retreives the OpenGL enumeration for the texture unit associated with the texture parameter. Use cgGetNamedParameter to obtain the valid pointer to param. It can be one of the GL_TEXTURE#_ARB if valid.
[Visual Basic]
Public Shared Function cgGLGetTextureEnum( _
ByVal
param As
IntPtr _
) As
Integer
[C#]
public static
int cgGLGetTextureEnum(
IntPtr param);
See Also
CgGl Class | Tao.Cg Namespace