Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    RasterizerStates Class

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

    Known values for RasterizerStateDescription.

    System.Object → RasterizerStates
    Derived from RasterizerStates:

    public static class RasterizerStates
    Name Description
    Fields
    CullBack

    Built-in rasterizer state object with settings for culling primitives with counter-clockwise winding order.

    CullFront

    Built-in rasterizer state object with settings for culling primitives with clockwise winding order.

    CullNone

    Built-in rasterizer state object with settings for not culling any primitives.

    Wireframe

    Built-in rasterizer state object for wireframe with settings for not culling any primitives.

    WireframeCullBack

    Built-in rasterizer state object for wireframe with settings for culling primitives with counter-clockwise winding order.

    WireframeCullFront

    Built-in rasterizer state object for wireframe rendering with settings for culling primitives with clockwise winding order.

    | Improve this Doc View Source

    Fields


    CullBack

    Built-in rasterizer state object with settings for culling primitives with counter-clockwise winding order.

    public static readonly RasterizerStateDescription CullBack
    Field Value
    Type Description
    RasterizerStateDescription

    CullFront

    Built-in rasterizer state object with settings for culling primitives with clockwise winding order.

    public static readonly RasterizerStateDescription CullFront
    Field Value
    Type Description
    RasterizerStateDescription

    CullNone

    Built-in rasterizer state object with settings for not culling any primitives.

    public static readonly RasterizerStateDescription CullNone
    Field Value
    Type Description
    RasterizerStateDescription

    Wireframe

    Built-in rasterizer state object for wireframe with settings for not culling any primitives.

    public static readonly RasterizerStateDescription Wireframe
    Field Value
    Type Description
    RasterizerStateDescription

    WireframeCullBack

    Built-in rasterizer state object for wireframe with settings for culling primitives with counter-clockwise winding order.

    public static readonly RasterizerStateDescription WireframeCullBack
    Field Value
    Type Description
    RasterizerStateDescription

    WireframeCullFront

    Built-in rasterizer state object for wireframe rendering with settings for culling primitives with clockwise winding order.

    public static readonly RasterizerStateDescription WireframeCullFront
    Field Value
    Type Description
    RasterizerStateDescription

    • Improve this Doc
    • View Source
    In This Article

    Back to top

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