@lakuna/ugl
    Preparing search index...

    Enumeration WrapMode

    Wrapping functions for textures.

    Index

    Enumeration Members

    CLAMP_TO_EDGE: 33071

    The last pixel of the texture repeats after it ends.

    MIRRORED_REPEAT: 33648

    The texture repeats after it ends, mirroring on each repetition.

    REPEAT: 10497

    The texture repeats after it ends.