Tao.OpenGl SDK Documentation

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

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

See Also

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