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