Tao.OpenGl SDK Documentation |
|
Gl.glCompressedTexSubImage3DARB Method (Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Object)
[Visual Basic]
Overloads Public Shared Sub glCompressedTexSubImage3DARB( _
ByVal
target As
Integer, _
ByVal
level As
Integer, _
ByVal
xoffset As
Integer, _
ByVal
yoffset As
Integer, _
ByVal
zoffset As
Integer, _
ByVal
width As
Integer, _
ByVal
height As
Integer, _
ByVal
depth As
Integer, _
ByVal
format As
Integer, _
ByVal
imageSize As
Integer, _
ByVal
data As
Object _
)
[C#]
public static
void glCompressedTexSubImage3DARB(
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int imageSize,
object data);
See Also
Gl Class | Tao.OpenGl Namespace | Gl.glCompressedTexSubImage3DARB Overload List