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

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

Private Properties

프로퍼티 타입 설명
Dispose void

공개 메소드들

메소드 설명
Dispose ( ) : void
EglContext ( ContextHandle handle, EglWindowInfo window, IGraphicsContext sharedContext, int major, int minor, GraphicsContextFlags flags ) : System
EglContext ( OpenTK.Graphics.GraphicsMode mode, EglWindowInfo window, IGraphicsContext sharedContext, int major, int minor, GraphicsContextFlags flags ) : System
GetAddress ( string function ) : IntPtr
MakeCurrent ( IWindowInfo window ) : void
SwapBuffers ( ) : void

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EglContext() 공개 메소드

public EglContext ( ContextHandle handle, EglWindowInfo window, IGraphicsContext sharedContext, int major, int minor, GraphicsContextFlags flags ) : System
handle ContextHandle
window EglWindowInfo
sharedContext IGraphicsContext
major int
minor int
flags GraphicsContextFlags
리턴 System

EglContext() 공개 메소드

public EglContext ( OpenTK.Graphics.GraphicsMode mode, EglWindowInfo window, IGraphicsContext sharedContext, int major, int minor, GraphicsContextFlags flags ) : System
mode OpenTK.Graphics.GraphicsMode
window EglWindowInfo
sharedContext IGraphicsContext
major int
minor int
flags GraphicsContextFlags
리턴 System

GetAddress() 공개 메소드

public GetAddress ( string function ) : IntPtr
function string
리턴 System.IntPtr

MakeCurrent() 공개 메소드

public MakeCurrent ( IWindowInfo window ) : void
window IWindowInfo
리턴 void

SwapBuffers() 공개 메소드

public SwapBuffers ( ) : void
리턴 void