XII Release 0.1.0
Loading...
Searching...
No Matches
xiiImageAddressMode Struct Reference
Inheritance diagram for xiiImageAddressMode:
[legend]

Public Types

enum  Enum {
  Repeat , Clamp , ClampBorder , Mirror ,
  ENUM_COUNT , Default = Repeat
}
 
using StorageType = xiiUInt8
 

Member Enumeration Documentation

◆ Enum

Enumerator
Repeat 

Repeats the texture on every integer junction.

Clamp 

Clamps the texture coordinates to the [0.0, 1.0] range.

ClampBorder 

Uses an arbitrary border color for any texture coordinates outside the range [0.0, 1.0].

Mirror 

Mirrors the texture at every integer boundary.


The documentation for this struct was generated from the following file: