C# 클래스 Fusion.Engine.Graphics.TargetTexture

Represents texture that could be used as target for rendering.
상속: Texture
파일 보기 프로젝트 열기: demiurghg/FusionEngine 1 사용 예제들

공개 메소드들

메소드 설명
TargetTexture ( RenderSystem rs, int width, int height, TargetFormat format ) : System

Create target texture with specified size and format

보호된 메소드들

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

비공개 메소드들

메소드 설명
TargetTexture ( RenderTarget2D renderTarget ) : System

Create target texture with specified size and format

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

TargetTexture() 공개 메소드

Create target texture with specified size and format
public TargetTexture ( RenderSystem rs, int width, int height, TargetFormat format ) : System
rs RenderSystem
width int
height int
format TargetFormat
리턴 System