C# 클래스 Myre.Graphics.PostProcessing.Resample

파일 보기 프로젝트 열기: TomGillen/Myre 1 사용 예제들

공개 메소드들

메소드 설명
Resample ( GraphicsDevice device ) : System
Scale ( RenderTarget2D source, RenderTarget2D destination ) : void

비공개 메소드들

메소드 설명
Draw ( RenderTarget2D input, RenderTarget2D output ) : void
IntermediateNeeded ( Vector2 currentResolution, RenderTarget2D target, float scale ) : bool

메소드 상세

Resample() 공개 메소드

public Resample ( GraphicsDevice device ) : System
device GraphicsDevice
리턴 System

Scale() 공개 메소드

public Scale ( RenderTarget2D source, RenderTarget2D destination ) : void
source Microsoft.Xna.Framework.Graphics.RenderTarget2D
destination Microsoft.Xna.Framework.Graphics.RenderTarget2D
리턴 void