| 162 | } |
| 163 | |
| 164 | bool Tr2TextureSubresource::IsSingleSubresource() const |
| 165 | { |
| 166 | return m_endFace == m_startFace + 1 && m_endMipLevel == m_startMipLevel + 1; |
| 167 | } |
| 168 | |
| 169 | Tr2TextureSubresource& Tr2TextureSubresource::SetBox( const uint32_t* ltfrbb ) |
| 170 | { |
no outgoing calls
no test coverage detected