Click or drag to resize
AB4D logo

RenderingContextStagingBackBufferMappedCallbacks Property

Get a list of BackBufferReadyEventHandler delegate that are called when the StagingBackBuffer has been mapped and is ready to be copied from GPU memory to the main memory. A delagate is added to this list with RegisterBackBufferMapping(BackBufferReadyEventHandler) or RegisterBackBufferMapping(Texture2D, Texture2DDescription, BackBufferReadyEventHandler) methods.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public List<BackBufferReadyEventHandler> StagingBackBufferMappedCallbacks { get; }

Property Value

ListBackBufferReadyEventHandler
See Also