#include <eft_CafeWrapper.h>
Public Member Functions | |
| TextureSampler () | |
| ~TextureSampler () | |
| bool | Setup (TextureFilterMode textureFilter, TextureWrapMode wrapModeU, TextureWrapMode wrapModeV) |
| bool | SetupLOD (f32 maxMip, f32 bais) |
| const GX2Sampler * | GetSampler () const |
Private Attributes | |
| GX2Sampler | mTextureSampler |
| nw::eft::TextureSampler::TextureSampler | ( | ) |
| nw::eft::TextureSampler::~TextureSampler | ( | ) |
| bool nw::eft::TextureSampler::Setup | ( | TextureFilterMode | textureFilter, |
| TextureWrapMode | wrapModeU, | ||
| TextureWrapMode | wrapModeV ) |
| bool nw::eft::TextureSampler::SetupLOD | ( | f32 | maxMip, |
| f32 | bais ) |
|
inline |
|
private |