SamplerFilter

    RenderingDevice.swift:1027
    enum SamplerFilter

    Cases

    • case nearest

      Nearest-neighbor sampler filtering. Sampling at higher resolutions than the source will result in a pixelated look.

    • case linear

      Bilinear sampler filtering. Sampling at higher resolutions than the source will result in a blurry look.

    Other members in extension

    View members

    Hide members

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

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features