| 526 | |
| 527 | TextureType Texture::Type() const { return impl_->type(); } |
| 528 | TextureComponentFormat Texture::Format() const { return impl_->format(); } |
| 529 | TextureHandle Texture::Handle() const { return impl_->handle(); } |
| 530 | |
| 531 | GpuTextureHandle Texture::GpuHandle() const { return impl_->GpuHandle(); } |