| 222 | |
| 223 | template <typename AtlasTextureHandle> |
| 224 | unsigned TextureAtlasSet<AtlasTextureHandle>::totalTextures() const { |
| 225 | return m_textures.size(); |
| 226 | } |
| 227 | |
| 228 | template <typename AtlasTextureHandle> |
| 229 | float TextureAtlasSet<AtlasTextureHandle>::averageFillLevel() const { |