Click or drag to resize
AB4D logo

RenderingContextUnregisterAllBackBufferMappings Method

Unregisters all delegates that were registered with the RegisterBackBufferMapping(Texture2D, Texture2DDescription, BackBufferReadyEventHandler) methods. The method also sets the StagingBackBuffer to null and resets the StagingBackBufferDescription to empty values.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public void UnregisterAllBackBufferMappings()
See Also