Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ClearRendererFlags Enum

    Namespace: Stride.Rendering
    Assembly: Stride.Rendering.dll

    Flags used to clear a render frame.

    [DataContract("ClearRenderFrameFlags")]
    public enum ClearRendererFlags

    Fields

    Name Description
    ColorAndDepth

    Clears both the Color and DepthStencil buffer.

    ColorOnly

    Clears only the Color buffer.

    DepthOnly

    Clears only the depth.

    Extension Methods

    ComponentBaseExtensions.DisposeBy<ClearRendererFlags>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<ClearRendererFlags>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation