Tao.Platform.X11 SDK Documentation
Glx.glXGetConfig Method (IntPtr, IntPtr, Int32, Int32[])
[Visual Basic]
Overloads Public Shared Function glXGetConfig( _
ByVal
dpy
As
IntPtr
, _
ByVal
vis
As
IntPtr
, _
ByVal
attrib
As
Integer
, _
ByVal
val
As
Integer()
_
) As
Integer
[C#]
public static
int
glXGetConfig(
IntPtr
dpy
,
IntPtr
vis
,
int
attrib
,
int[]
val
);
See Also
Glx Class
|
Tao.Platform.X11 Namespace
|
Glx.glXGetConfig Overload List