C# 클래스 Glare.Graphics.Context

파일 보기 프로젝트 열기: Burton-Radons/Alexandria 1 사용 예제들

공개 메소드들

메소드 설명
CheckError ( ) : void
CheckError ( ErrorCode code ) : void
Context ( IGraphicsContext context, IWindowInfo window ) : System
MakeCurrent ( ) : bool

비공개 메소드들

메소드 설명
CheckVersion ( int major, int minor, int revision ) : bool
Context ( ) : System
IsEnabled ( EnableCap cap ) : bool
Lock ( ) : ContextLock
RequireVersion ( int major, int minor ) : void
SetEnabled ( EnableCap cap, bool value ) : void

메소드 상세

CheckError() 공개 정적인 메소드

public static CheckError ( ) : void
리턴 void

CheckError() 공개 정적인 메소드

public static CheckError ( ErrorCode code ) : void
code ErrorCode
리턴 void

Context() 공개 메소드

public Context ( IGraphicsContext context, IWindowInfo window ) : System
context IGraphicsContext
window IWindowInfo
리턴 System

MakeCurrent() 공개 메소드

public MakeCurrent ( ) : bool
리턴 bool