Tao.Platform.Windows SDK Documentation |
|
Wgl.wglCreatePbufferARB Method (IntPtr, Int32, Int32, Int32, Int32)
[Visual Basic]
Overloads Public Shared Function wglCreatePbufferARB( _
ByVal
hDC As
IntPtr, _
ByVal
iPixelFormat As
Integer, _
ByVal
iWidth As
Integer, _
ByVal
iHeight As
Integer, _
ByRef
piAttribList As
Integer _
) As
IntPtr
[C#]
public static
IntPtr wglCreatePbufferARB(
IntPtr hDC,
int iPixelFormat,
int iWidth,
int iHeight,
ref
int piAttribList);
See Also
Wgl Class | Tao.Platform.Windows Namespace | Wgl.wglCreatePbufferARB Overload List