Tao.OpenGl SDK Documentation

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

[Visual Basic]
Overloads Public Shared Sub glCompressedTexImage2D( _
   ByVal target As Integer, _
   ByVal level As Integer, _
   ByVal internalformat As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal border As Integer, _
   ByVal imageSize As Integer, _
   ByVal data As IntPtr _
)
[C#]
public static void glCompressedTexImage2D(
   int target,
   int level,
   int internalformat,
   int width,
   int height,
   int border,
   int imageSize,
   IntPtr data
);

See Also

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