Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    DeviceCreationFlags Enum

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

    Describes parameters that are used to create a device.

    [Flags]
    public enum DeviceCreationFlags

    Fields

    Name Description
    BgraSupport

    Required for Direct2D interoperability with Direct3D resource.

    Debug

    Creates a device that supports the debug layer.

    None

    None.

    VideoSupport

    Extension Methods

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

    Back to top

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