Enumeration of possible values to spread a texture across a primitive.
Definition TexturingMode.idl:28
const byte CLAMP
Clamp texture coordinate.
Definition TexturingMode.idl:45
const byte NONE
Pixel outside the texture area are fully transparent.
Definition TexturingMode.idl:35
const byte REPEAT
Repeat the texture.
Definition TexturingMode.idl:53