Search Results for

    Show / Hide Table of Contents

    Struct FormatFeatures

    The features exposed for a particular format.

    Assembly: FlaxEngine.dll
    File: Engine/Graphics/GPULimits.h
    Syntax
    public struct FormatFeatures

    Constructors

    FormatFeatures()

    Declaration
    public FormatFeatures()

    FormatFeatures(const PixelFormat format, MSAALevel msaaLevelMax, FormatSupport formatSupport)

    Initializes a new instance of the FeaturesPerFormat struct.

    Declaration
    public FormatFeatures(const PixelFormat format, MSAALevel msaaLevelMax, FormatSupport formatSupport)
    Parameters
    PixelFormat format

    The format.

    MSAALevel msaaLevelMax

    The MSAA level maximum.

    FormatSupport formatSupport

    The format support.

    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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat