Ab3d.DXEngine reference help
Ab3d.DXEngine reference help
Ab3d.DXEngine Namespaces
Ab3d.DirectX Namespaces
Ab3d.DirectX
RenderingContext Class
RenderingContext Properties
CurrentBackBuffer Property
CurrentBackBufferDescription Property
CurrentDepthStencilView Property
CurrentRenderingStep Property
CurrentRenderTargetView Property
CurrentSupersamplingCount Property
CurrentSupersamplingFactor Property
CurrentViewport Property
FinalBackBuffer Property
FinalBackBufferDescription Property
FinalRenderTargetView Property
FrameNumber Property
IsCollectingBackBufferChanges Property
Name Property
RenderReason Property
SSAABackBuffer Property
SSAARenderTargetView Property
SSAAShaderResourceView Property
StagingBackBuffer Property
StagingBackBufferDescription Property
StagingBackBufferMappedCallbacks Property
SwapChain Property
UsedCamera Property
VirtualRealityContext Property
Rendering
Context
Staging
Back
Buffer Property
StagingBackBuffer is used to allow coping the FinalBackBuffer to the main memory. This is done in the
CompleteRenderingStep
where the FinalBackBuffer is first copied to StagingBackBuffer and then the StagingBackBuffer is mapped so that it can be accessed by the CPU and copied to main memory. The StagingBackBuffer is set 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#
Copy
public
Texture2D
StagingBackBuffer
{
get
; }
Property Value
Texture2D
See Also
Reference
RenderingContext Class
Ab3d.DirectX Namespace
See
Ab3d.DXEngine home page
to get more information about the Ab3d.DXEngine library.
Copyright (c) by AB4D d.o.o. (www.ab4d.com)