ViewportScreenSpaceAA

    RenderingServer.swift:1023
    enum ViewportScreenSpaceAA

    Cases

    • case disabled

      Do not perform any antialiasing in the full screen post-process.

    • case fxaa

      Use fast approximate antialiasing. FXAA is a popular screen-space antialiasing method, which is fast but will make the image look blurry, especially at lower resolutions. It can still work relatively well at large resolutions such as 1440p and 4K.

    • case max

      Represents the size of the ViewportScreenSpaceAA 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