C# 클래스 CSPspEmu.Gui.CommonGuiDisplayOpengl

파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
Buffer System.Drawing.Bitmap
BufferGraphics System.Drawing.Graphics

Private Properties

프로퍼티 타입 설명
GetTex void
GetTexOpengl void
GetTexVram void
Initialize void

공개 메소드들

메소드 설명
CommonGuiDisplayOpengl ( IGuiExternalInterface IGuiExternalInterface, IGuiWindowInfo IGuiWindowInfo ) : System
DrawVram ( bool EnableSmaa ) : void

비공개 메소드들

메소드 설명
GetTex ( Action Action ) : void
GetTexOpengl ( Action Action ) : void
GetTexVram ( Action Action ) : void
Initialize ( ) : void

메소드 상세

CommonGuiDisplayOpengl() 공개 메소드

public CommonGuiDisplayOpengl ( IGuiExternalInterface IGuiExternalInterface, IGuiWindowInfo IGuiWindowInfo ) : System
IGuiExternalInterface IGuiExternalInterface
IGuiWindowInfo IGuiWindowInfo
리턴 System

DrawVram() 공개 메소드

public DrawVram ( bool EnableSmaa ) : void
EnableSmaa bool
리턴 void

프로퍼티 상세

Buffer 공개적으로 프로퍼티

public Bitmap,System.Drawing Buffer
리턴 System.Drawing.Bitmap

BufferGraphics 공개적으로 프로퍼티

public Graphics,System.Drawing BufferGraphics
리턴 System.Drawing.Graphics