Definition at line 11 of file lyt_texMap.h.
◆ TexMap() [1/2]
| nw4r::lyt::TexMap::TexMap |
( |
| ) |
|
|
inline |
◆ TexMap() [2/2]
| nw4r::lyt::TexMap::TexMap |
( |
TPLPalette * | pPalette, |
|
|
ulong | id ) |
|
inline |
◆ Set()
| void nw4r::lyt::TexMap::Set |
( |
const TexMap & | rOther | ) |
|
|
inline |
◆ GetImage()
| void * nw4r::lyt::TexMap::GetImage |
( |
| ) |
const |
|
inline |
◆ SetImage()
| void nw4r::lyt::TexMap::SetImage |
( |
void * | pImage | ) |
|
|
inline |
◆ GetPalette()
| void * nw4r::lyt::TexMap::GetPalette |
( |
| ) |
const |
|
inline |
◆ SetPalette()
| void nw4r::lyt::TexMap::SetPalette |
( |
void * | pPalette | ) |
|
|
inline |
◆ GetWidth()
| u16 nw4r::lyt::TexMap::GetWidth |
( |
| ) |
const |
|
inline |
◆ GetHeight()
| u16 nw4r::lyt::TexMap::GetHeight |
( |
| ) |
const |
|
inline |
◆ GetSize()
| Size nw4r::lyt::TexMap::GetSize |
( |
| ) |
const |
|
inline |
◆ SetSize()
| void nw4r::lyt::TexMap::SetSize |
( |
u16 | width, |
|
|
u16 | height ) |
|
inline |
◆ GetMinLOD()
| f32 nw4r::lyt::TexMap::GetMinLOD |
( |
| ) |
const |
|
inline |
◆ GetMaxLOD()
| f32 nw4r::lyt::TexMap::GetMaxLOD |
( |
| ) |
const |
|
inline |
◆ SetLOD()
| void nw4r::lyt::TexMap::SetLOD |
( |
f32 | minLOD, |
|
|
f32 | maxLOD ) |
|
inline |
◆ GetLODBias()
| f32 nw4r::lyt::TexMap::GetLODBias |
( |
| ) |
const |
|
inline |
◆ SetLODBias()
| void nw4r::lyt::TexMap::SetLODBias |
( |
f32 | bias | ) |
|
|
inline |
◆ GetPaletteEntryNum()
| u16 nw4r::lyt::TexMap::GetPaletteEntryNum |
( |
| ) |
const |
|
inline |
◆ SetPaletteEntryNum()
| void nw4r::lyt::TexMap::SetPaletteEntryNum |
( |
u16 | entrynum | ) |
|
|
inline |
◆ GetTexelFormat()
| GXTexFmt nw4r::lyt::TexMap::GetTexelFormat |
( |
| ) |
const |
|
inline |
◆ SetTexelFormat()
| void nw4r::lyt::TexMap::SetTexelFormat |
( |
GXTexFmt | format | ) |
|
|
inline |
◆ IsMipMap()
| bool nw4r::lyt::TexMap::IsMipMap |
( |
| ) |
const |
|
inline |
◆ SetMipMap()
| void nw4r::lyt::TexMap::SetMipMap |
( |
bool | mipmap | ) |
|
|
inline |
◆ GetWrapModeS()
| GXTexWrapMode nw4r::lyt::TexMap::GetWrapModeS |
( |
| ) |
const |
|
inline |
◆ GetWrapModeT()
| GXTexWrapMode nw4r::lyt::TexMap::GetWrapModeT |
( |
| ) |
const |
|
inline |
◆ SetWrapMode()
| void nw4r::lyt::TexMap::SetWrapMode |
( |
GXTexWrapMode | wrapS, |
|
|
GXTexWrapMode | wrapT ) |
|
inline |
◆ GetMinFilter()
| GXTexFilter nw4r::lyt::TexMap::GetMinFilter |
( |
| ) |
const |
|
inline |
◆ GetMagFilter()
| GXTexFilter nw4r::lyt::TexMap::GetMagFilter |
( |
| ) |
const |
|
inline |
◆ SetFilter()
| void nw4r::lyt::TexMap::SetFilter |
( |
GXTexFilter | minFilt, |
|
|
GXTexFilter | magFilt ) |
|
inline |
◆ IsBiasClampEnable()
| bool nw4r::lyt::TexMap::IsBiasClampEnable |
( |
| ) |
const |
|
inline |
◆ SetBiasClampEnable()
| void nw4r::lyt::TexMap::SetBiasClampEnable |
( |
bool | enable | ) |
|
|
inline |
◆ IsEdgeLODEnable()
| bool nw4r::lyt::TexMap::IsEdgeLODEnable |
( |
| ) |
const |
|
inline |
◆ SetEdgeLODEnable()
| void nw4r::lyt::TexMap::SetEdgeLODEnable |
( |
bool | enable | ) |
|
|
inline |
◆ GetAnisotropy()
| GXAnisotropy nw4r::lyt::TexMap::GetAnisotropy |
( |
| ) |
const |
|
inline |
◆ SetAnisotropy()
| void nw4r::lyt::TexMap::SetAnisotropy |
( |
GXAnisotropy | aniso | ) |
|
|
inline |
◆ GetPaletteFormat()
| GXTlutFmt nw4r::lyt::TexMap::GetPaletteFormat |
( |
| ) |
const |
|
inline |
◆ SetPaletteFormat()
| void nw4r::lyt::TexMap::SetPaletteFormat |
( |
GXTlutFmt | format | ) |
|
|
inline |
◆ mpImage
| void* nw4r::lyt::TexMap::mpImage |
|
private |
◆ mpPalette
| void* nw4r::lyt::TexMap::mpPalette |
|
private |
◆ mWidth
| u16 nw4r::lyt::TexMap::mWidth |
|
private |
◆ mHeight
| u16 nw4r::lyt::TexMap::mHeight |
|
private |
◆ mMinLOD
| f32 nw4r::lyt::TexMap::mMinLOD |
|
private |
◆ mMaxLOD
| f32 nw4r::lyt::TexMap::mMaxLOD |
|
private |
◆ mLODBias
| u16 nw4r::lyt::TexMap::mLODBias |
|
private |
◆ mPaletteEntryNum
| u16 nw4r::lyt::TexMap::mPaletteEntryNum |
|
private |
◆ textureFormat
| ulong nw4r::lyt::TexMap::textureFormat |
◆ mipmap
| ulong nw4r::lyt::TexMap::mipmap |
◆ wrapS
| ulong nw4r::lyt::TexMap::wrapS |
◆ wrapT
| ulong nw4r::lyt::TexMap::wrapT |
◆ minFilter
| ulong nw4r::lyt::TexMap::minFilter |
◆ magFilter
| ulong nw4r::lyt::TexMap::magFilter |
◆ biasClampEnable
| ulong nw4r::lyt::TexMap::biasClampEnable |
◆ edgeLODEnable
| ulong nw4r::lyt::TexMap::edgeLODEnable |
◆ anisotropy
| ulong nw4r::lyt::TexMap::anisotropy |
◆ paletteFormat
| ulong nw4r::lyt::TexMap::paletteFormat |