TextureSampler.WrapMode


class TextureSampler.WrapMode


Defines the constants for texture wrap modes.

Summary

Public companion properties

TextureSampler.WrapMode

The edge of the texture extends to infinity.

TextureSampler.WrapMode

The texture infinitely repeats and mirrors in the wrap direction.

TextureSampler.WrapMode

The texture infinitely repeats in the wrap direction.

Public functions

open String

Public companion properties

CLAMP_TO_EDGE

val CLAMP_TO_EDGETextureSampler.WrapMode

The edge of the texture extends to infinity.

MIRRORED_REPEAT

val MIRRORED_REPEATTextureSampler.WrapMode

The texture infinitely repeats and mirrors in the wrap direction.

REPEAT

val REPEATTextureSampler.WrapMode

The texture infinitely repeats in the wrap direction.

Public functions

toString

open fun toString(): String