Click or drag to resize
Ab4d.SharpEngine logo

SceneView Fields

The SceneView type exposes the following members.

Fields
 NameDescription
Public fieldDirtyFlags Gets the dirty flags for this SceneView. This value is reset to None when calling Update(Boolean) method.
Public fieldStatic memberPresentOnGraphicsQueue 
Public fieldStatic memberRequireCommandBuffersRecodingDirtyFlagsBit When this bit is set in the DirtyFlags, then command buffer needs to be recorded again.
Public fieldStatic memberRequireDisposeAllRenderingItemsFlagsBit When this bit is set in the DirtyFlags, then all the RenderingItems need to be regenerated.
Public fieldStatic memberRequireRenderingLayersCreationDirtyFlagsBit When this bit is set in the DirtyFlags, then the rendering layers need to be regenerated and command buffer needs to be recorded again.
Top
See Also