C# 클래스 Sample.Renderer

All this class does is render a cube.
상속: IDisposable
파일 보기 프로젝트 열기: TomCrypto/AntTweakBar.NET 1 사용 예제들

공개 메소드들

메소드 설명
CreateGraphicsResources ( ) : void
Dispose ( ) : void
Present ( ) : void
Render ( ) : void
Renderer ( SharpDX.Direct3D11.Device device, Form window ) : System
Resize ( System size ) : void

비공개 메소드들

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

메소드 상세

CreateGraphicsResources() 공개 메소드

public CreateGraphicsResources ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Present() 공개 메소드

public Present ( ) : void
리턴 void

Render() 공개 메소드

public Render ( ) : void
리턴 void

Renderer() 공개 메소드

public Renderer ( SharpDX.Direct3D11.Device device, Form window ) : System
device SharpDX.Direct3D11.Device
window System.Windows.Forms.Form
리턴 System

Resize() 공개 메소드

public Resize ( System size ) : void
size System
리턴 void