|
RenderingContextSetSupersamplingBackBuffers Method |
Sets the CurrentSupersamplingCount and the super-sampled back buffer and its ShaderResourceView.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax 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