|
ResolveBackBufferRenderingStepSetCustomDestinationBuffer Method |
Sets custom destination buffer that will get the down-sampled texture.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax 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