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