| 8 | } |
| 9 | |
| 10 | void Tr2TextureArray::SetExpectedElementDimensions( const Tr2BitmapDimensions& dimensions ) |
| 11 | { |
| 12 | if( !m_texture.IsValid() ) |
| 13 | { |
| 14 | m_dimensions = dimensions; |
| 15 | } |
| 16 | } |
| 17 | |
| 18 | Tr2TextureArrayElement Tr2TextureArray::AddElement( const ImageIO::HostBitmap& bitmap ) |
| 19 | { |