clampST constant

int const clampST

Clamps texture coordinates to the edge in both S (U) and T (V) directions.

Implementation

static const int clampST = clampS | clampT;