Tao.OpenGl SDK Documentation

Gl.glTexImage1D Method (Int32, Int32, Int32, Int32, Int32, Int32, Int32, IntPtr)

[Visual Basic]
Overloads Public Shared Sub glTexImage1D( _
   ByVal target As Integer, _
   ByVal level As Integer, _
   ByVal internalformat As Integer, _
   ByVal width As Integer, _
   ByVal border As Integer, _
   ByVal format As Integer, _
   ByVal type As Integer, _
   ByVal pixels As IntPtr _
)
[C#]
public static void glTexImage1D(
   int target,
   int level,
   int internalformat,
   int width,
   int border,
   int format,
   int type,
   IntPtr pixels
);

See Also

Gl Class | Tao.OpenGl Namespace | Gl.glTexImage1D Overload List