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