TextureType

    VisualShaderNodeCubemap.swift:32
    enum TextureType

    Cases

    • case data

      No hints are added to the uniform declaration.

    • case color

      Adds hint_albedo as hint to the uniform declaration for proper sRGB to linear conversion.

    • case normalMap

      Adds hint_normal as hint to the uniform declaration, which internally converts the texture for proper usage as normal map.

    • case max

      Represents the size of the TextureType enum.

    Other members in extension

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features