Search Results for

    Show / Hide Table of Contents

    Class FormatFeatures

    The features exposed for a particular format.

    Inheritance
    System.Object
    FormatFeatures
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class FormatFeatures : ValueType

    Fields

    MSAALevelMax

    Gets the maximum MSAA sample count for a particular PixelFormat.

    Declaration
    public MSAALevel MSAALevelMax
    Field Value
    MSAALevel

    Support

    Support of a given format on the installed video device.

    Declaration
    public FormatSupport Support
    Field Value
    FormatSupport

    Properties

    Default

    The default FormatFeatures.

    Declaration
    public static FormatFeatures Default { get; }
    Property Value
    FormatFeatures

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat