C# 클래스 OpenTK.Platform.Egl.EglWindowInfo

상속: IWindowInfo
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
CreateWindowSurface ( IntPtr config ) : void
DestroySurface ( ) : void
Dispose ( ) : void
EglWindowInfo ( IntPtr handle, IntPtr display ) : System
EglWindowInfo ( IntPtr handle, IntPtr display, IntPtr surface ) : System

비공개 메소드들

메소드 설명
Dispose ( bool manual ) : void

메소드 상세

CreateWindowSurface() 공개 메소드

public CreateWindowSurface ( IntPtr config ) : void
config System.IntPtr
리턴 void

DestroySurface() 공개 메소드

public DestroySurface ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EglWindowInfo() 공개 메소드

public EglWindowInfo ( IntPtr handle, IntPtr display ) : System
handle System.IntPtr
display System.IntPtr
리턴 System

EglWindowInfo() 공개 메소드

public EglWindowInfo ( IntPtr handle, IntPtr display, IntPtr surface ) : System
handle System.IntPtr
display System.IntPtr
surface System.IntPtr
리턴 System