C# 클래스 OpenTK.Platform.SDL2.Sdl2GraphicsContext

상속: DesktopGraphicsContext
파일 보기 프로젝트 열기: andykorth/opentk 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Dispose void
Sdl2GraphicsContext System
SetGLAttributes void

공개 메소드들

메소드 설명
Dispose ( ) : void
GetAddress ( string function ) : IntPtr
MakeCurrent ( IWindowInfo window ) : void
Sdl2GraphicsContext ( OpenTK.Graphics.GraphicsMode mode, IWindowInfo win, IGraphicsContext shareContext, int major, int minor, OpenTK flags ) : System
SwapBuffers ( ) : void

비공개 메소드들

메소드 설명
Dispose ( bool manual ) : void
Sdl2GraphicsContext ( IWindowInfo window ) : System
SetGLAttributes ( OpenTK.Graphics.GraphicsMode mode, IGraphicsContext shareContext, int major, int minor, GraphicsContextFlags flags ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetAddress() 공개 메소드

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

MakeCurrent() 공개 메소드

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

Sdl2GraphicsContext() 공개 메소드

public Sdl2GraphicsContext ( OpenTK.Graphics.GraphicsMode mode, IWindowInfo win, IGraphicsContext shareContext, int major, int minor, OpenTK flags ) : System
mode OpenTK.Graphics.GraphicsMode
win IWindowInfo
shareContext IGraphicsContext
major int
minor int
flags OpenTK
리턴 System

SwapBuffers() 공개 메소드

public SwapBuffers ( ) : void
리턴 void