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

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

공개 메소드들

메소드 설명
Create ( Format format, SampleDescription sampleDescription = null, int mipLevels = 1 ) : TargetResourceTexture
Dispose ( ) : void
Resize ( DeviceContextHolder holder, int width, int height ) : void
TargetResourceTexture ( Texture2DDescription description ) : SlimDX.Direct3D11

메소드 상세

Create() 공개 정적인 메소드

public static Create ( Format format, SampleDescription sampleDescription = null, int mipLevels = 1 ) : TargetResourceTexture
format Format
sampleDescription SampleDescription
mipLevels int
리턴 TargetResourceTexture

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Resize() 공개 메소드

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

TargetResourceTexture() 공개 메소드

public TargetResourceTexture ( Texture2DDescription description ) : SlimDX.Direct3D11
description Texture2DDescription
리턴 SlimDX.Direct3D11