Click or drag to resize
AB4D logo

CustomRenderingContext Class

CustomRenderingContext is the same as it base RenderingContext class, except that this class has two additional public methods: SetPerFrameData(Int32, DXSceneChangeNotifications) and SetFinalBackBuffer(Texture2D, Texture2DDescription, RenderTargetView).
Inheritance Hierarchy
SystemObject
  Ab3d.DirectXRenderingContext
    Ab3d.DirectXCustomRenderingContext

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public class CustomRenderingContext : RenderingContext

The CustomRenderingContext type exposes the following members.

Constructors
 NameDescription
Public methodCustomRenderingContext Constructor
Top
Methods
 NameDescription
Public methodSetFinalBackBuffer SetFinalBackBuffer - a back buffer that will get the final rendering of the rendering process.
Public methodSetPerFrameData SetPerFrameData
Top
See Also