pixi.js
    Preparing search index...

    Enumeration GL_WRAP_MODESAdvanced

    The wrap modes that are supported by pixi.

    The WRAP_MODE wrap mode affects the default wrapping mode of future operations. It can be re-assigned to either CLAMP or REPEAT, depending upon suitability. If the texture is non power of two then clamp will be used regardless as WebGL can only use REPEAT if the texture is po2.

    This property only affects WebGL.

    Index

    Enumeration Members

    Enumeration Members

    CLAMP: 33071

    The textures uvs are clamped

    33071
    
    MIRRORED_REPEAT: 33648

    The texture uvs tile and repeat with mirroring

    33648
    
    REPEAT: 10497

    The texture uvs tile and repeat

    10497