Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
ChoosePixelFormat ( |
||
CreateBufferRegion ( |
||
CreateContextAttribs ( |
||
GetPixelFormatAttrib ( |
public static BindTexImage ( |
||
hPbuffer | ||
iBuffer | int | |
Результат | System.Boolean |
public static ChoosePixelFormat ( |
||
hdc | ||
piAttribIList | int | |
pfAttribFList | System.Single | |
nMaxFormats | ||
piFormats | [ | |
nNumFormats | [ | |
Результат | System.Boolean |
public static CreateBufferRegion ( |
||
hDC | ||
iLayerPlane | int | |
uType | ||
Результат |
public static CreatePbuffer ( |
||
hDC | ||
iPixelFormat | int | |
iWidth | int | |
iHeight | int | |
piAttribList | int | |
Результат |
public static DeleteBufferRegion ( |
||
hRegion | ||
Результат | void |
public static DestroyPbuffer ( |
||
hPbuffer | ||
Результат | System.Boolean |
public static GetCurrentReadDC ( ) : |
||
Результат |
public static GetExtensionsString ( |
||
hdc | ||
Результат | string |
public static GetPbufferDC ( |
||
hPbuffer | ||
Результат |
public static GetPixelFormatAttrib ( |
||
hdc | ||
iPixelFormat | int | |
iLayerPlane | int | |
nAttributes | ||
piAttributes | int | |
piValues | [ | |
Результат | System.Boolean |
public static MakeContextCurrent ( |
||
hDrawDC | ||
hReadDC | ||
hglrc | ||
Результат | System.Boolean |
public static QueryPbuffer ( |
||
hPbuffer | ||
iAttribute | int | |
piValue | [ | |
Результат | System.Boolean |
public static ReleasePbufferDC ( |
||
hPbuffer | ||
hDC | ||
Результат | int |
public static ReleaseTexImage ( |
||
hPbuffer | ||
iBuffer | int | |
Результат | System.Boolean |
public static RestoreBufferRegion ( |
||
hRegion | ||
x | int | |
y | int | |
width | int | |
height | int | |
xSrc | int | |
ySrc | int | |
Результат | System.Boolean |
public static SaveBufferRegion ( |
||
hRegion | ||
x | int | |
y | int | |
width | int | |
height | int | |
Результат | System.Boolean |
public static SetPbufferAttrib ( |
||
hPbuffer | ||
piAttribList | int | |
Результат | System.Boolean |
public static SupportsExtension ( |
||
context | The device context. | |
ext | string | The extension to check. |
Результат | bool |