Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    GraphicsDeviceFeatures.FeaturesPerFormat Struct

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

    The features exposed for a particular format.

    public struct FeaturesPerFormat
    Name Description
    Fields
    Format

    The SharpDX.DXGI.Format.

    FormatSupport

    Support of a given format on the installed video device.

    MultisampleCountMax

    Gets the maximum multisample count for a particular PixelFormat.

    Methods
    ToString()
    | Improve this Doc View Source

    Fields


    Format

    The SharpDX.DXGI.Format.

    public readonly PixelFormat Format
    Field Value
    Type Description
    PixelFormat

    FormatSupport

    Support of a given format on the installed video device.

    public readonly FormatSupport FormatSupport
    Field Value
    Type Description
    FormatSupport

    MultisampleCountMax

    Gets the maximum multisample count for a particular PixelFormat.

    public readonly MultisampleCount MultisampleCountMax
    Field Value
    Type Description
    MultisampleCount
    | Improve this Doc View Source

    Methods


    ToString()

    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()

    Inherited Members

    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()

    Extension Methods

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

    Back to top

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