TextureWrap

enum TextureWrap : Enum<TextureWrap>

Texture wrap parameter.

Entries

MIRRORED_REPEAT
Link copied to clipboard

Causes the texture coordinate to be mirrored when its integer part is odd.

REPEAT
Link copied to clipboard

Causes the integer part of the texture coordinate to be ignored.

CLAMP_TO_EDGE
Link copied to clipboard

Causes the texture coordinate to be clamped.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int