KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches

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 }
 

Detailed Description

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.

Enumeration Type Documentation

◆ pvr_uv_clamp_t

Enumerator
PVR_UVCLAMP_NONE 

Disable clamping.

PVR_UVCLAMP_V 

Clamp V only.

PVR_UVCLAMP_U 

Clamp U only.

PVR_UVCLAMP_UV 

Clamp U and V.