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

    DEPRECATED("Skip format argument as it's unsued.")

    Initializes a new instance of the FeaturesPerFormat struct. [Deprecated in v1.12]

    Declaration
    public DEPRECATED("Skip format argument as it's unsued.") FormatFeatures(const PixelFormat format
    Parameters
    "Skip format argument as it's unsued." FormatFeatures_DEPRECATED__Skip_format_argument_as_it_s_unsued___

    FormatFeatures()

    Declaration
    public FormatFeatures()

    FormatFeatures(MSAALevel msaaLevelMax, FormatSupport formatSupport)

    Initializes a new instance of the FeaturesPerFormat struct.

    Declaration
    public FormatFeatures(MSAALevel msaaLevelMax, FormatSupport formatSupport)
    Parameters
    MSAALevel msaaLevelMax

    The MSAA level maximum.

    FormatSupport formatSupport

    The format support.

    Fields

    formatSupport

    Declaration
    public MSAALevel FormatSupport formatSupport
    Field Value
    MSAALevel FormatSupport

    MSAALevelMax

    Gets the maximum MSAA sample count for a particular PixelFormat.

    Declaration
    public MSAALevel MSAALevelMax
    Field Value
    MSAALevel

    msaaLevelMax

    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

    Methods

    Support(formatSupport)

    Declaration
    public MSAALevel FormatSupport Support(formatSupport)
    Parameters
    formatSupport FormatFeatures_Support_formatSupport_

    Returns
    MSAALevel FormatSupport

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