docs: Fix SKILL.md规范 violations - Remove ## 方法列表 and flatten ### sub-headers in ## 公共方法

This commit is contained in:
2026-03-19 02:01:18 +08:00
parent 8e85fd98b8
commit 5257f3d75c
68 changed files with 718 additions and 1289 deletions

View File

@@ -8,25 +8,13 @@
## 公共方法
### 生命周期
| 方法 | 文档 |
| 方法 | 描述 |
|------|------|
| `Shutdown` | [详细文档](shutdown.md) |
### 绑定/解绑
| 方法 | 文档 |
|------|------|
| `Bind` | [详细文档](methods.md) |
| `Unbind` | [详细文档](methods.md) |
### 属性访问
| 方法 | 文档 |
|------|------|
| `GetNativeHandle` | [详细文档](get-native-handle.md) |
| `GetType` | [详细文档](get-type.md) |
| [`Shutdown`](shutdown.md) | 关闭并释放资源 |
| [`Bind`](../shader/bind.md) | 绑定管线状态 |
| [`Unbind`](../shader/unbind.md) | 解绑管线状态 |
| [`GetNativeHandle`](get-native-handle.md) | 获取原生句柄 |
| [`GetType`](get-type.md) | 获取管线类型 |
## 管线类型 (PipelineType)