Click or drag to resize
AB4D logo

ResolveBackBufferRenderingStepSetCustomDestinationBuffer Method

Sets custom destination buffer that will get the down-sampled texture.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public void SetCustomDestinationBuffer(
	Texture2D destinationBuffer,
	Texture2DDescription destinationBufferDescription,
	RenderTargetView destinationRenderTargetView
)

Parameters

destinationBuffer  Texture2D
destinationBuffer
destinationBufferDescription  Texture2DDescription
Texture2DDescription for the destinationBuffer
destinationRenderTargetView  RenderTargetView
destination RenderTargetView
See Also