Click or drag to resize
AB4D logo

RenderingContextSetSupersamplingBackBuffers Method

Sets the CurrentSupersamplingCount and the super-sampled back buffer and its ShaderResourceView.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.1.9105.2048 (1.0.0.0)
Syntax
C#
public void SetSupersamplingBackBuffers(
	Texture2D ssaaBackBuffer,
	ShaderResourceView ssaaShaderResourceView,
	RenderTargetView ssaaRenderTargetView
)

Parameters

ssaaBackBuffer  Texture2D
super-sampled back buffer or null to clear the SSAABackBuffer
ssaaShaderResourceView  ShaderResourceView
super-sampled back buffer ShaderResourceView
ssaaRenderTargetView  RenderTargetView
super-sampled back buffer RenderTargetView
See Also