TextureSampler.WrapMode


public final class TextureSampler.WrapMode


Defines the constants for texture wrap modes.

Summary

Public fields

static final @NonNull TextureSampler.WrapMode

The edge of the texture extends to infinity.

static final @NonNull TextureSampler.WrapMode

The texture infinitely repeats and mirrors in the wrap direction.

static final @NonNull TextureSampler.WrapMode

The texture infinitely repeats in the wrap direction.

Public methods

@NonNull String

Public fields

CLAMP_TO_EDGE

public static final @NonNull TextureSampler.WrapMode CLAMP_TO_EDGE

The edge of the texture extends to infinity.

MIRRORED_REPEAT

public static final @NonNull TextureSampler.WrapMode MIRRORED_REPEAT

The texture infinitely repeats and mirrors in the wrap direction.

REPEAT

public static final @NonNull TextureSampler.WrapMode REPEAT

The texture infinitely repeats in the wrap direction.

Public methods

toString

public @NonNull String toString()