Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    GraphicsPlatform Enum

    Namespace: Stride.Graphics
    Assembly: Stride.dll

    The graphics platform.

    [DataContract("GraphicsPlatform")]
    public enum GraphicsPlatform

    Fields

    Name Description
    Direct3D11

    HLSL Direct3D Shader.

    Direct3D12

    HLSL Direct3D Shader.

    Null

    The Null Shader.

    OpenGL

    GLSL OpenGL Shader.

    OpenGLES

    GLSL OpenGL ES Shader.

    Vulkan

    GLSL/SPIR-V Shader.

    Extension Methods

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

    Back to top

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