C# 클래스 OpenTK.Platform.Windows.Wgl.Ext

Contains EXT extensions for WGL.
파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
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