Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    DepthStencilClearOptions Enum

    Namespace: Stride.Graphics
    Assembly: Stride.Graphics.dll

    Specifies the buffer to use when calling Clear.

    [Flags]
    public enum DepthStencilClearOptions

    Fields

    Name Description
    DepthBuffer

    A depth buffer.

    Stencil

    A stencil buffer.

    Extension Methods

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

    Back to top

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