FinalAction

    RenderingDevice.swift:1535
    enum FinalAction

    Cases

    • case read

      Store the texture for reading and make it read-only if it has the .textureUsageSamplingBit bit (only applies to color, depth and stencil attachments).

    • case discard

      Discard the texture data and make it read-only if it has the .textureUsageSamplingBit bit (only applies to color, depth and stencil attachments).

    • case `continue`

      Store the texture and continue for further processing. Similar to .read, but does not make the texture read-only if it has the .textureUsageSamplingBit bit.

    • case max

      Represents the size of the FinalAction enum.

    Other members in extension

    View members

    Hide members

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

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features