Tao.OpenGl SDK Documentation |
|
Gl.glCompressedTexImage1DARB Method (Int32, Int32, Int32, Int32, Int32, Int32, IntPtr)
[Visual Basic]
Overloads Public Shared Sub glCompressedTexImage1DARB( _
ByVal
target As
Integer, _
ByVal
level As
Integer, _
ByVal
internalformat As
Integer, _
ByVal
width As
Integer, _
ByVal
border As
Integer, _
ByVal
imageSize As
Integer, _
ByVal
data As
IntPtr _
)
[C#]
public static
void glCompressedTexImage1DARB(
int target,
int level,
int internalformat,
int width,
int border,
int imageSize,
IntPtr data);
See Also
Gl Class | Tao.OpenGl Namespace | Gl.glCompressedTexImage1DARB Overload List