Tao.OpenGl SDK Documentation

Gl.glTexSubImage1D Method (Int32, Int32, Int32, Int32, Int32, Int32, Object)

[Visual Basic]
Overloads Public Shared Sub glTexSubImage1D( _
   ByVal target As Integer, _
   ByVal level As Integer, _
   ByVal xoffset As Integer, _
   ByVal width As Integer, _
   ByVal format As Integer, _
   ByVal type As Integer, _
   ByVal pixels As Object _
)
[C#]
public static void glTexSubImage1D(
   int target,
   int level,
   int xoffset,
   int width,
   int format,
   int type,
   object pixels
);

See Also

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