clampST constant
Clamps texture coordinates to the edge in both S (U) and T (V) directions.
Implementation
static const int clampST = clampS | clampT;
Clamps texture coordinates to the edge in both S (U) and T (V) directions.
static const int clampST = clampS | clampT;