TextureWrap

enum TextureWrap : Enum<TextureWrap>

Texture wrap parameter.

Entries

Link copied to clipboard

Causes the texture coordinate to be clamped.

Link copied to clipboard

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

Link copied to clipboard

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

Properties

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