TextureWrap

enum TextureWrap : Enum<TextureWrap>

Texture wrap parameter.

Entries

CLAMP_TO_EDGE
Link copied to clipboard
common
Causes the texture coordinate to be clamped.
REPEAT
Link copied to clipboard
common
Causes the integer part of the texture coordinate to be ignored.
MIRRORED_REPEAT
Link copied to clipboard
common
Causes the texture coordinate to be mirrored when its integer part is odd.

Properties

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