Tao.OpenGl SDK Documentation |
|
Gl.glCompressedTexImage2DARB Method (Int32, Int32, Int32, Int32, Int32, Int32, Int32, Object)
[Visual Basic]
Overloads Public Shared Sub glCompressedTexImage2DARB( _
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
Object _
)
[C#]
public static
void glCompressedTexImage2DARB(
int target,
int level,
int internalformat,
int width,
int height,
int border,
int imageSize,
object data);
See Also
Gl Class | Tao.OpenGl Namespace | Gl.glCompressedTexImage2DARB Overload List