C# 클래스 AcTools.Render.Base.TargetTextures.TargetResourceDepthTexture

상속: BaseTargetResourceTexture
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 메소드들

메소드 설명
Create ( ) : TargetResourceDepthTexture
Dispose ( ) : void
Resize ( DeviceContextHolder holder, int width, int height ) : void

비공개 메소드들

메소드 설명
TargetResourceDepthTexture ( Texture2DDescription description ) : SlimDX.Direct3D11

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : TargetResourceDepthTexture
리턴 TargetResourceDepthTexture

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Resize() 공개 메소드

public Resize ( DeviceContextHolder holder, int width, int height ) : void
holder DeviceContextHolder
width int
height int
리턴 void