Scaling3DMode

    Viewport.swift:68
    enum Scaling3DMode

    Cases

    • case bilinear

      Use bilinear scaling for the viewport’s 3D buffer. The amount of scaling can be set using scaling3dScale. Values less than 1.0 will result in undersampling while values greater than 1.0 will result in supersampling. A value of 1.0 disables scaling.

    • case fsr

      Use AMD FidelityFX Super Resolution 1.0 upscaling for the viewport’s 3D buffer. The amount of scaling can be set using scaling3dScale. Values less than 1.0 will be result in the viewport being upscaled using FSR. Values greater than 1.0 are not supported and bilinear downsampling will be used instead. A value of 1.0 disables scaling.

    • case fsr2

      Use AMD FidelityFX Super Resolution 2.2 upscaling for the viewport’s 3D buffer. The amount of scaling can be set using scaling3dScale. Values less than 1.0 will be result in the viewport being upscaled using FSR2. Values greater than 1.0 are not supported and bilinear downsampling will be used instead. A value of 1.0 will use FSR2 at native resolution as a TAA solution.

    • case max

      Represents the size of the Scaling3DMode enum.

    Other members in extension

    View members

    Hide members

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

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features