Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/lyt/
Dlyt_TexMap.h105 TexWrap GetWrapModeS() const in GetWrapModeS()
107 return TexWrap(m_Bits.wrapS); in GetWrapModeS()
116 TexWrap GetWrapModeT() const in GetWrapModeT()
118 return TexWrap(m_Bits.wrapT); in GetWrapModeT()
128 void SetWrapMode(TexWrap wrapS, TexWrap wrapT) in SetWrapMode()
Dlyt_Resources.h409 TexWrap GetWarpModeS() const in GetWarpModeS()
411 return TexWrap(internal::GetBits(wrapSflt, 0, 2)); in GetWarpModeS()
420 TexWrap GetWarpModeT() const in GetWarpModeT()
422 return TexWrap(internal::GetBits(wrapTflt, 0, 2)); in GetWarpModeT()
Dlyt_Types.h438 enum TexWrap enum