|
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.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public bool IsCachingCommandLists { get; set; }
Property Value
BooleanSee Also