C# Class AcTools.Render.Base.TargetTextures.TargetResourceDepthTexture

Inheritance: BaseTargetResourceTexture
Show file Open project: gro-ove/actools Class Usage Examples

Public Methods

Method Description
Create ( ) : TargetResourceDepthTexture
Dispose ( ) : void
Resize ( DeviceContextHolder holder, int width, int height ) : void

Private Methods

Method Description
TargetResourceDepthTexture ( Texture2DDescription description ) : SlimDX.Direct3D11

Method Details

Create() public static method

public static Create ( ) : TargetResourceDepthTexture
return TargetResourceDepthTexture

Dispose() public method

public Dispose ( ) : void
return void

Resize() public method

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