C# 클래스 Reign.Video.OpenGL.WGL

파일 보기 프로젝트 열기: reignstudios/ReignSDK 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SwapInterval SwapIntervalFunc

공개 메소드들

메소드 설명
Init ( ) : void
ZeroPixelDescriptor ( PIXELFORMATDESCRIPTOR &pfd ) : void

비공개 메소드들

메소드 설명
ChoosePixelFormat ( IntPtr hdc, PIXELFORMATDESCRIPTOR &p_pfd ) : int
CreateContext ( IntPtr hdc ) : IntPtr
DeleteContext ( IntPtr hglrc ) : int
GetDC ( IntPtr hwnd ) : IntPtr
MakeCurrent ( IntPtr hdc, IntPtr hglrc ) : int
ReleaseDC ( IntPtr hwnd, IntPtr dc ) : int
SetPixelFormat ( IntPtr hdc, int iPixelFormat, PIXELFORMATDESCRIPTOR &p_pfd ) : uint
SwapBuffers ( IntPtr hdc ) : IntPtr

메소드 상세

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

ZeroPixelDescriptor() 공개 정적인 메소드

public static ZeroPixelDescriptor ( PIXELFORMATDESCRIPTOR &pfd ) : void
pfd PIXELFORMATDESCRIPTOR
리턴 void

프로퍼티 상세

SwapInterval 공개적으로 정적으로 프로퍼티

public static SwapIntervalFunc SwapInterval
리턴 SwapIntervalFunc