ArrayCustomFormat

    RenderingServer.swift:177
    enum ArrayCustomFormat

    Cases

    • case rgba8Unorm

      Custom data array contains 8-bit-per-channel red/green/blue/alpha color data. Values are normalized, unsigned floating-point in the [0.0, 1.0] range.

    • case rgba8Snorm

      Custom data array contains 8-bit-per-channel red/green/blue/alpha color data. Values are normalized, signed floating-point in the [-1.0, 1.0] range.

    • case rgHalf

      Custom data array contains 16-bit-per-channel red/green color data. Values are floating-point in half precision.

    • case rgbaHalf

      Custom data array contains 16-bit-per-channel red/green/blue/alpha color data. Values are floating-point in half precision.

    • case rFloat

      Custom data array contains 32-bit-per-channel red color data. Values are floating-point in single precision.

    • case rgFloat

      Custom data array contains 32-bit-per-channel red/green color data. Values are floating-point in single precision.

    • case rgbFloat

      Custom data array contains 32-bit-per-channel red/green/blue color data. Values are floating-point in single precision.

    • case rgbaFloat

      Custom data array contains 32-bit-per-channel red/green/blue/alpha color data. Values are floating-point in single precision.

    • case max

      Represents the size of the ArrayCustomFormat enum.

    Other members in extension

    View members

    Hide members

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

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features