NAME
AddressW - 3D API W texture addressing mode
USAGE
AddressW[i] = int(mode)
VALID ENUMERANTS
mode: Repeat, Wrap, Clamp, ClampToEdge, ClampToBorder, Border, MirroredRepeat, Mirror, MirrorClamp, MirrorClampToEdge, MirrorClampToBorder, MirrorOnce
DESCRIPTION
Set the Direct3D W texture wrapping mode. See the D3DSAMP_ADDRESSW sampler state description for DirectX 9.
The standard reset callback sets the AddressW[i] state to int(Wrap).
OPENGL FUNCTIONALITY REQUIREMENTS
Not applicable.
DIRECT3D FUNCTIONALITY REQUIREMENTS
DirectX 9
SEE ALSO