-----------------------------------------------------------------------
| 52 | Sampler::~Sampler() {} |
| 53 | //----------------------------------------------------------------------- |
| 54 | void Sampler::setAddressingMode(const UVWAddressingMode& uvw) |
| 55 | { |
| 56 | mAddressMode = uvw; |
| 57 | mDirty = true; |
| 58 | } |
| 59 | |
| 60 | //----------------------------------------------------------------------- |
| 61 | void Sampler::setFiltering(TextureFilterOptions filterType) |
no outgoing calls
no test coverage detected