fix(docs): update Shader header path and RHI source link for engine restructure

This commit is contained in:
2026-03-26 02:00:14 +08:00
parent 92939a85f8
commit f778c76325
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
**类型**: `class`
**头文件**: `XCEngine/Resources/Shader.h`
**头文件**: `XCEngine/Resources/Shader/Shader.h`
**描述**: 着色器资源类,管理着色器源码、编译后的二进制和 uniform/attribute 信息。
@@ -15,7 +15,7 @@
## 头文件
```cpp
#include <XCEngine/Resources/Shader.h>
#include <XCEngine/Resources/Shader/Shader.h>
```
## 枚举类型