nw::gfx::res::ResStandardTextureSampler::Wrap Enumerated Type

Syntax

enum Wrap;

Value

Value Description
WRAP_CLAMP_TO_EDGE Extends the pixels at the edge of a texture.
WRAP_CLAMP_TO_BORDER Extends the border color at the edge of a texture.
WRAP_REPEAT Repeats at the texture edge.
WRAP_MIRRORED_REPEAT Mirrors and repeats at the texture edge.

Description


CONFIDENTIAL