|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Enable or disable clamping of U/V on the PVR More...
Enumerations | |
| enum | pvr_uv_clamp_t { PVR_UVCLAMP_NONE , PVR_UVCLAMP_V , PVR_UVCLAMP_U , PVR_UVCLAMP_UV } |
Enable or disable clamping of U/V on the PVR
These flags determine whether clamping will be applied to U/V coordinate values that exceed 1.0. If enabled, these modes will explicitly override the flip/mirroring modes (PVR_UVFLIP_U, PVR_UVFLIP_V, and PVR_UVFLIP_UV), and will instead ensure that the coordinate(s) in question never exceed 1.0.
| enum pvr_uv_clamp_t |