|
DXSceneStagingBackBuffer Property |
Gets the StagingBackBuffer that is used when the final rendered image needs to be copied to main memory.
This can be done only from staging buffer. When final render image in not copied to main memory the StagingBackBuffer is null.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public Texture2D StagingBackBuffer { get; }
Property Value
Texture2DSee Also