ViewportMSAA

    RenderingServer.swift:998
    enum ViewportMSAA

    Cases

    • case disabled

      Multisample antialiasing for 3D is disabled. This is the default value, and also the fastest setting.

    • case viewportMsaa2x

      Multisample antialiasing uses 2 samples per pixel for 3D. This has a moderate impact on performance.

    • case viewportMsaa4x

      Multisample antialiasing uses 4 samples per pixel for 3D. This has a high impact on performance.

    • case viewportMsaa8x

      Multisample antialiasing uses 8 samples per pixel for 3D. This has a very high impact on performance. Likely unsupported on low-end and older hardware.

    • case max

      Represents the size of the ViewportMSAA enum.

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (560) members.

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features