| 195 | } |
| 196 | |
| 197 | TextureWrapping SamplerKey::GetWrapTMode() const |
| 198 | { |
| 199 | return static_cast<TextureWrapping>(GetStateByte(m_sampler, kWrapTModeByte)); |
| 200 | } |
| 201 | |
| 202 | bool SamplerKey::operator<(SamplerKey const & rhs) const |
| 203 | { |
no test coverage detected