docs: Fix SKILL.md规范 violations - Remove ## 方法列表 and flatten ### sub-headers in ## 公共方法
This commit is contained in:
@@ -8,20 +8,13 @@
|
||||
|
||||
## 公共方法
|
||||
|
||||
### 生命周期
|
||||
|
||||
| 方法 | 文档 |
|
||||
| 方法 | 描述 |
|
||||
|------|------|
|
||||
| `Initialize` | [详细文档](methods.md) |
|
||||
| `Shutdown` | [详细文档](methods.md) |
|
||||
|
||||
### 属性访问
|
||||
|
||||
| 方法 | 文档 |
|
||||
|------|------|
|
||||
| `GetNativeHandle` | [详细文档](methods.md) |
|
||||
| `GetDescriptorCount` | [详细文档](get-descriptor-count.md) |
|
||||
| `GetType` | [详细文档](methods.md) |
|
||||
| [`Initialize`](../../threading/task-system/initialize.md) | 初始化描述符池 |
|
||||
| [`Shutdown`](../../threading/task-system/shutdown.md) | 关闭并释放资源 |
|
||||
| [`GetNativeHandle`](../buffer/get-native-handle.md) | 获取原生句柄 |
|
||||
| [`GetDescriptorCount`](get-descriptor-count.md) | 获取描述符数量 |
|
||||
| [`GetType`](../command-queue/get-type.md) | 获取描述符类型 |
|
||||
|
||||
## 相关文档
|
||||
|
||||
|
||||
Reference in New Issue
Block a user