Tao.OpenGl SDK Documentation

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

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

See Also

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