Tao.OpenGl SDK Documentation

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

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

See Also

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