Click or drag to resize
RenderingContextStagingTextureBuffer Property
StagingTextureBuffer when staging is used (scene is rendered to this StagingTextureBuffer that is then copied to main memory)

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 1.1.5815.1040
Syntax
C#
public Texture2D StagingTextureBuffer { get; }

Property Value

Type: Texture2D
See Also