Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ShaderStage Enum

    Namespace: Stride.Shaders
    Assembly: Stride.Shaders.dll

    Enum to specify shader stage.

    [DataContract]
    public enum ShaderStage

    Fields

    Name Description
    Compute

    The compute shader stage.

    Domain

    The domain shader stage.

    Geometry

    The geometry shader stage.

    Hull

    The Hull shader stage.

    None

    No shader stage defined.

    Pixel

    The pixel shader stage.

    Vertex

    The vertex shader stage.

    Extension Methods

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

    Back to top

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