| 47 | |
| 48 | protected: |
| 49 | std::shared_ptr<TextureView> onMakeTexture(Context* context, bool mipmapped) const override { |
| 50 | return imageReader->readTexture(contentVersion, context, mipmapped); |
| 51 | } |
| 52 | |
| 53 | private: |
| 54 | std::shared_ptr<ImageReader> imageReader = nullptr; |
no test coverage detected