Méthode | Description | |
---|---|---|
BindTexImage ( |
||
ChoosePixelFormat ( |
||
CreateBufferRegion ( |
||
CreatePbuffer ( |
||
DeleteBufferRegion ( |
||
DestroyPbuffer ( |
||
GetCurrentReadDC ( ) : |
||
GetExtensionsString ( |
||
GetPbufferDC ( |
||
GetPixelFormatAttrib ( |
||
MakeContextCurrent ( |
||
QueryPbuffer ( |
||
ReleasePbufferDC ( |
||
ReleaseTexImage ( |
||
RestoreBufferRegion ( |
||
SaveBufferRegion ( |
||
SetPbufferAttrib ( |
||
SupportsExtension ( |
Checks if a Wgl extension is supported by the given context.
|
Méthode | Description | |
---|---|---|
ChoosePixelFormat ( |
||
CreateBufferRegion ( |
||
CreateContextAttribs ( |
||
GetPixelFormatAttrib ( |
public static BindTexImage ( |
||
hPbuffer | ||
iBuffer | int | |
Résultat | System.Boolean |
public static ChoosePixelFormat ( |
||
hdc | ||
piAttribIList | int | |
pfAttribFList | System.Single | |
nMaxFormats | ||
piFormats | [ | |
nNumFormats | [ | |
Résultat | System.Boolean |
public static CreateBufferRegion ( |
||
hDC | ||
iLayerPlane | int | |
uType | ||
Résultat |
public static CreatePbuffer ( |
||
hDC | ||
iPixelFormat | int | |
iWidth | int | |
iHeight | int | |
piAttribList | int | |
Résultat |
public static DeleteBufferRegion ( |
||
hRegion | ||
Résultat | void |
public static DestroyPbuffer ( |
||
hPbuffer | ||
Résultat | System.Boolean |
public static GetCurrentReadDC ( ) : |
||
Résultat |
public static GetExtensionsString ( |
||
hdc | ||
Résultat | string |
public static GetPbufferDC ( |
||
hPbuffer | ||
Résultat |
public static GetPixelFormatAttrib ( |
||
hdc | ||
iPixelFormat | int | |
iLayerPlane | int | |
nAttributes | ||
piAttributes | int | |
piValues | [ | |
Résultat | System.Boolean |
public static MakeContextCurrent ( |
||
hDrawDC | ||
hReadDC | ||
hglrc | ||
Résultat | System.Boolean |
public static QueryPbuffer ( |
||
hPbuffer | ||
iAttribute | int | |
piValue | [ | |
Résultat | System.Boolean |
public static ReleasePbufferDC ( |
||
hPbuffer | ||
hDC | ||
Résultat | int |
public static ReleaseTexImage ( |
||
hPbuffer | ||
iBuffer | int | |
Résultat | System.Boolean |
public static RestoreBufferRegion ( |
||
hRegion | ||
x | int | |
y | int | |
width | int | |
height | int | |
xSrc | int | |
ySrc | int | |
Résultat | System.Boolean |
public static SaveBufferRegion ( |
||
hRegion | ||
x | int | |
y | int | |
width | int | |
height | int | |
Résultat | System.Boolean |
public static SetPbufferAttrib ( |
||
hPbuffer | ||
piAttribList | int | |
Résultat | System.Boolean |
public static SupportsExtension ( |
||
context | The device context. | |
ext | string | The extension to check. |
Résultat | bool |