Home
last modified time | relevance | path

Searched refs:TexWrap (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/lyt/
Dlyt_TexMap.h107 TexWrap GetWrapModeS() const in GetWrapModeS()
109 return TexWrap(m_Bits.wrapS); in GetWrapModeS()
118 TexWrap GetWrapModeT() const in GetWrapModeT()
120 return TexWrap(m_Bits.wrapT); in GetWrapModeT()
130 void SetWrapMode(TexWrap wrapS, TexWrap wrapT) in SetWrapMode()
Dlyt_Resources.h411 TexWrap GetWarpModeS() const in GetWarpModeS()
413 return TexWrap(internal::GetBits(wrapSflt, 0, 2)); in GetWarpModeS()
422 TexWrap GetWarpModeT() const in GetWarpModeT()
424 return TexWrap(internal::GetBits(wrapTflt, 0, 2)); in GetWarpModeT()
Dlyt_Types.h440 enum TexWrap enum