Module OgamlGraphics.Texture.WrapFunction

Module containing an enumeration of the wrapping functions
type t = ClampEdge | ClampBorder | MirrorRepeat | Repeat | MirrorClamp
Enumeration of the wrapping functions

Possible values

ClampEdge
ClampBorder
MirrorRepeat
Repeat
MirrorClamp