| 546 | |
| 547 | void Texture::Clear(const int mipLevel, const void * clearValue) const { impl_->Clear(mipLevel, clearValue); } |
| 548 | void Texture::ClearLayer(const int mipLevel, const int layer, const void * clearValue) const { impl_->clearLayer(mipLevel, layer, clearValue); } |
| 549 | |
| 550 | const void * Texture::Underlying() const { return impl_->Underlying(); } |
| 551 |
no test coverage detected