docs: 更新多个模块文档

- resources: 更新 audioclip 和 resourcepath 文档
- rhi: 更新 d3d12 和 opengl 文档
This commit is contained in:
2026-03-26 02:02:42 +08:00
parent 02e48b4766
commit 582ab2c730
6 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
**类型**: `class`
**头文件**: `XCEngine/Resources/ResourcePath.h`
**头文件**: `XCEngine/Core/IO/ResourcePath.h`
**描述**: 资源路径封装类,提供路径解析、转换和 GUID 生成功能。
@@ -15,7 +15,7 @@
## 头文件
```cpp
#include <XCEngine/Resources/ResourcePath.h>
#include <XCEngine/Core/IO/ResourcePath.h>
```
## 公共方法