Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    GraphicsProfile Enum

    Namespace: Stride.Graphics
    Assembly: Stride.dll

    Identifies the set of supported devices for the demo based on device capabilities.

    [DataContract("GraphicsProfile")]
    public enum GraphicsProfile

    Fields

    Name Description
    Level_10_0

    DirectX10 support (HLSL 4.0, Geometry Shader)

    Level_10_1

    DirectX10.1 support (HLSL 4.1, Geometry Shader)

    Level_11_0

    DirectX11 support (HLSL 5.0, Compute Shaders, Domain/Hull Shaders)

    Level_11_1

    DirectX11.1 support (HLSL 5.0, Compute Shaders, Domain/Hull Shaders)

    Level_11_2

    DirectX11.2 support (HLSL 5.0, Compute Shaders, Domain/Hull Shaders)

    Level_9_1

    DirectX9 support (HLSL 3.0)

    Level_9_2

    DirectX9 support (HLSL 3.0)

    Level_9_3

    DirectX9 support (HLSL 3.0)

    Extension Methods

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

    Back to top

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