docs: Fix SKILL.md规范 violations - Remove ## 方法列表 and flatten ### sub-headers in ## 公共方法
This commit is contained in:
@@ -8,25 +8,13 @@
|
||||
|
||||
## 公共方法
|
||||
|
||||
### 生命周期
|
||||
|
||||
| 方法 | 文档 |
|
||||
| 方法 | 描述 |
|
||||
|------|------|
|
||||
| `Shutdown` | [详细文档](shutdown.md) |
|
||||
|
||||
### 绑定/解绑
|
||||
|
||||
| 方法 | 文档 |
|
||||
|------|------|
|
||||
| `Bind` | [详细文档](methods.md) |
|
||||
| `Unbind` | [详细文档](methods.md) |
|
||||
|
||||
### 属性访问
|
||||
|
||||
| 方法 | 文档 |
|
||||
|------|------|
|
||||
| `GetNativeHandle` | [详细文档](get-native-handle.md) |
|
||||
| `GetID` | [详细文档](get-id.md) |
|
||||
| [`Shutdown`](shutdown.md) | 关闭并释放资源 |
|
||||
| [`Bind`](../shader/bind.md) | 绑定采样器 |
|
||||
| [`Unbind`](../shader/unbind.md) | 解绑采样器 |
|
||||
| [`GetNativeHandle`](get-native-handle.md) | 获取原生句柄 |
|
||||
| [`GetID`](get-id.md) | 获取采样器 ID |
|
||||
|
||||
## 相关文档
|
||||
|
||||
|
||||
Reference in New Issue
Block a user