C# Класс OpenTK.Platform.Windows.Wgl.Ext

Contains EXT extensions for WGL.
Показать файл Открыть проект

Открытые методы

Метод Описание
BindDisplayColorTable ( Int16 id ) : bool
CreateDisplayColorTable ( Int16 id ) : bool
CreatePbuffer ( IntPtr hDC, int iPixelFormat, int iWidth, int iHeight, int piAttribList ) : IntPtr
DestroyDisplayColorTable ( Int16 id ) : void
DestroyPbuffer ( IntPtr hPbuffer ) : System.Boolean
GetCurrentReadDC ( ) : IntPtr
GetExtensionsString ( ) : string
GetPbufferDC ( IntPtr hPbuffer ) : IntPtr
GetPixelFormatAttrib ( IntPtr hdc, int iPixelFormat, int iLayerPlane, Int32 nAttributes, [ piAttributes, [ piValues ) : System.Boolean
GetSwapInterval ( ) : int
LoadDisplayColorTable ( Int16 table, Int32 length ) : bool
QueryPbuffer ( IntPtr hPbuffer, int iAttribute, [ piValue ) : System.Boolean
ReleasePbufferDC ( IntPtr hPbuffer, IntPtr hDC ) : int
SupportsExtension ( string ext ) : bool

Checks if a Wgl extension is supported by the given context.

SwapInterval ( int interval ) : System.Boolean

Приватные методы

Метод Описание
BindDisplayColorTable ( UInt16 id ) : bool
CreateDisplayColorTable ( UInt16 id ) : bool
DestroyDisplayColorTable ( UInt16 id ) : void
GetPixelFormatAttrib ( IntPtr hdc, int iPixelFormat, int iLayerPlane, UInt32 nAttributes, [ piAttributes, [ piValues ) : System.Boolean
LoadDisplayColorTable ( UInt16 table, UInt32 length ) : bool

Описание методов

BindDisplayColorTable() публичный статический Метод

public static BindDisplayColorTable ( Int16 id ) : bool
id System.Int16
Результат bool

CreateDisplayColorTable() публичный статический Метод

public static CreateDisplayColorTable ( Int16 id ) : bool
id System.Int16
Результат bool

CreatePbuffer() публичный статический Метод

public static CreatePbuffer ( IntPtr hDC, int iPixelFormat, int iWidth, int iHeight, int piAttribList ) : IntPtr
hDC System.IntPtr
iPixelFormat int
iWidth int
iHeight int
piAttribList int
Результат System.IntPtr

DestroyDisplayColorTable() публичный статический Метод

public static DestroyDisplayColorTable ( Int16 id ) : void
id System.Int16
Результат void

DestroyPbuffer() публичный статический Метод

public static DestroyPbuffer ( IntPtr hPbuffer ) : System.Boolean
hPbuffer System.IntPtr
Результат System.Boolean

GetCurrentReadDC() публичный статический Метод

public static GetCurrentReadDC ( ) : IntPtr
Результат System.IntPtr

GetExtensionsString() публичный статический Метод

public static GetExtensionsString ( ) : string
Результат string

GetPbufferDC() публичный статический Метод

public static GetPbufferDC ( IntPtr hPbuffer ) : IntPtr
hPbuffer System.IntPtr
Результат System.IntPtr

GetPixelFormatAttrib() публичный статический Метод

public static GetPixelFormatAttrib ( IntPtr hdc, int iPixelFormat, int iLayerPlane, Int32 nAttributes, [ piAttributes, [ piValues ) : System.Boolean
hdc System.IntPtr
iPixelFormat int
iLayerPlane int
nAttributes System.Int32
piAttributes [
piValues [
Результат System.Boolean

GetSwapInterval() публичный статический Метод

public static GetSwapInterval ( ) : int
Результат int

LoadDisplayColorTable() публичный статический Метод

public static LoadDisplayColorTable ( Int16 table, Int32 length ) : bool
table System.Int16
length System.Int32
Результат bool

QueryPbuffer() публичный статический Метод

public static QueryPbuffer ( IntPtr hPbuffer, int iAttribute, [ piValue ) : System.Boolean
hPbuffer System.IntPtr
iAttribute int
piValue [
Результат System.Boolean

ReleasePbufferDC() публичный статический Метод

public static ReleasePbufferDC ( IntPtr hPbuffer, IntPtr hDC ) : int
hPbuffer System.IntPtr
hDC System.IntPtr
Результат int

SupportsExtension() публичный статический Метод

Checks if a Wgl extension is supported by the given context.
public static SupportsExtension ( string ext ) : bool
ext string The extension to check.
Результат bool

SwapInterval() публичный статический Метод

public static SwapInterval ( int interval ) : System.Boolean
interval int
Результат System.Boolean