# RHITexture::Shutdown ```cpp virtual void Shutdown() = 0; ``` 释放纹理资源。 **复杂度:** O(1) ## 相关文档 - [RHITexture 总览](texture.md) - 返回类总览