Click or drag to resize
AB4D logo

RenderObjectsRenderingStepIsCachingCommandLists Property

Gets or sets a boolean that specifies if this instance of RenderObjectsRenderingStep can cache command lists (record then in one frame and reuse the command lists in the following frames). By default this value is set to true, but to use command lists then also the IsCachingCommandLists from DXScene must be set to true.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 6.1.8746.1045
Syntax
C#
public bool IsCachingCommandLists { get; set; }

Property Value

Boolean
See Also