docs: Fix SKILL.md规范 violations - Remove ## 方法列表 and flatten ### sub-headers in ## 公共方法
This commit is contained in:
@@ -4,32 +4,32 @@
|
||||
|
||||
**描述**: OpenGL 设备的实现,继承自 `RHIDevice`。
|
||||
|
||||
## 方法列表
|
||||
## 公共方法
|
||||
|
||||
| 方法 | 文档 |
|
||||
| 方法 | 描述 |
|
||||
|------|------|
|
||||
| `Initialize` | [详细文档](../../device/initialize.md) |
|
||||
| `Shutdown` | [详细文档](../../device/shutdown.md) |
|
||||
| `CreateRenderWindow` | [详细文档](create-render-window.md) |
|
||||
| `InitializeWithExistingWindow` | [详细文档](initialize-with-existing-window.md) |
|
||||
| `GetWindow` | [详细文档](get-window.md) |
|
||||
| `SwapBuffers` | [详细文档](swap-buffers.md) |
|
||||
| `PollEvents` | [详细文档](poll-events.md) |
|
||||
| `SetShouldClose` | [详细文档](set-should-close.md) |
|
||||
| `ShouldClose` | [详细文档](should-close.md) |
|
||||
| `CreateBuffer` | [详细文档](../../device/create-buffer.md) |
|
||||
| `CreateTexture` | [详细文档](../../device/create-texture.md) |
|
||||
| `CreateSwapChain` | [详细文档](../../device/create-swap-chain.md) |
|
||||
| `CreateCommandList` | [详细文档](../../device/create-command-list.md) |
|
||||
| `CreateCommandQueue` | [详细文档](../../device/create-command-queue.md) |
|
||||
| `CompileShader` | [详细文档](../../device/compile-shader.md) |
|
||||
| `CreatePipelineState` | [详细文档](../../device/create-pipeline-state.md) |
|
||||
| `CreateFence` | [详细文档](../../device/create-fence.md) |
|
||||
| `CreateSampler` | [详细文档](../../device/create-sampler.md) |
|
||||
| `GetCapabilities` | [详细文档](../../device/get-capabilities.md) |
|
||||
| `GetDeviceInfo` | [详细文档](../../device/get-device-info.md) |
|
||||
| `GetNativeDevice` | [详细文档](../../device/get-native-device.md) |
|
||||
| `GetNativeHandle` | [详细文档](../../device/get-native-device.md) |
|
||||
| [`Initialize`](../../../threading/task-system/initialize.md) | 初始化设备 |
|
||||
| [`Shutdown`](../../../threading/task-system/shutdown.md) | 关闭设备 |
|
||||
| [`CreateRenderWindow`](create-render-window.md) | 创建渲染窗口 |
|
||||
| [`InitializeWithExistingWindow`](initialize-with-existing-window.md) | 使用现有窗口初始化 |
|
||||
| [`GetWindow`](get-window.md) | 获取窗口 |
|
||||
| [`SwapBuffers`](swap-buffers.md) | 交换缓冲 |
|
||||
| [`PollEvents`](poll-events.md) | 处理窗口事件 |
|
||||
| [`SetShouldClose`](set-should-close.md) | 设置关闭标志 |
|
||||
| [`ShouldClose`](should-close.md) | 检查是否应关闭 |
|
||||
| [`CreateBuffer`](../../device/create-buffer.md) | 创建缓冲区 |
|
||||
| [`CreateTexture`](../../device/create-texture.md) | 创建纹理 |
|
||||
| [`CreateSwapChain`](../../device/create-swap-chain.md) | 创建交换链 |
|
||||
| [`CreateCommandList`](../../device/create-command-list.md) | 创建命令列表 |
|
||||
| [`CreateCommandQueue`](../../device/create-command-queue.md) | 创建命令队列 |
|
||||
| [`CompileShader`](../../device/compile-shader.md) | 编译着色器 |
|
||||
| [`CreatePipelineState`](../../device/create-pipeline-state.md) | 创建管线状态 |
|
||||
| [`CreateFence`](../../device/create-fence.md) | 创建栅栏 |
|
||||
| [`CreateSampler`](../../device/create-sampler.md) | 创建采样器 |
|
||||
| [`GetCapabilities`](../../device/get-capabilities.md) | 获取设备能力 |
|
||||
| [`GetDeviceInfo`](../../device/get-device-info.md) | 获取设备信息 |
|
||||
| [`GetNativeDevice`](../../device/get-native-device.md) | 获取原生设备 |
|
||||
| [`GetNativeHandle`](../../buffer/get-native-handle.md) | 获取原生句柄 |
|
||||
|
||||
## 相关文档
|
||||
|
||||
|
||||
Reference in New Issue
Block a user